[geeklog-hg] geeklog: Fixed a wrong array element in the function COM_getEnco...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon May 20 10:44:15 EDT 2013


changeset 9075:29bb422e0efd
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/29bb422e0efd
user: dengen
date: Mon May 20 23:37:05 2013 +0900
description:
Fixed a wrong array element in the function COM_getEncodingt

diffstat:

 public_html/lib-common.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c590b2a21ed7 -r 29bb422e0efd public_html/lib-common.php
--- a/public_html/lib-common.php	Mon May 20 23:23:45 2013 +0900
+++ b/public_html/lib-common.php	Mon May 20 23:37:05 2013 +0900
@@ -8537,7 +8537,7 @@
 
 	static $encoding = null;
 
-    $valid_charsets = array('iso-8859-1','iso-8859-15','utf-8','cp866','cp1251','cp1252','koi8-r','big5','gb2312','big5-hkscs','shift_jis sjis','euc-jp');
+    $valid_charsets = array('iso-8859-1','iso-8859-15','utf-8','cp866','cp1251','cp1252','koi8-r','big5','gb2312','big5-hkscs','shift_jis','sjis','euc-jp');
 
 	if ($encoding === null) {
 		if (isset($LANG_CHARSET)) {



More information about the geeklog-cvs mailing list