Update of /cvsroot/php-blog/serendipity/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21107/include
Modified Files:
lang.inc.php
Log Message:
* Added Japanese language, thanks to Tadashi Jokagi
* Updated czech translation by Josef Klimosz
* made mb_internal_encoding not report errors using unknown charsets (windows-1250 -- there does not seem to be a valid associated charset to it?)
Index: lang.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/lang.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- lang.inc.php 11 Dec 2004 14:52:41 -0000 1.7
+++ lang.inc.php 2 Jan 2005 14:53:13 -0000 1.8
@@ -43,7 +43,7 @@
$mbstring = 2;
}
- mb_internal_encoding(LANG_CHARSET);
+ @mb_internal_encoding(LANG_CHARSET);
}
}
|