From: <var...@us...> - 2012-12-06 06:53:00
|
Revision: 8609 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8609&view=rev Author: vargenau Date: 2012-12-06 06:52:54 +0000 (Thu, 06 Dec 2012) Log Message: ----------- Default is utf-8 Modified Paths: -------------- trunk/config/config-dist.ini trunk/configurator.php Modified: trunk/config/config-dist.ini =================================================================== --- trunk/config/config-dist.ini 2012-12-06 06:51:23 UTC (rev 8608) +++ trunk/config/config-dist.ini 2012-12-06 06:52:54 UTC (rev 8609) @@ -945,7 +945,7 @@ ; ; If you set DEFAULT_LANGUAGE to the empty string, the users ; preferred language as determined by the browser setting will be used. -; Japanese requires CHARSET=euc-jp or utf-8, Chinese CHARSET=utf-8 +; Japanese and Chinese require CHARSET=utf-8 ;DEFAULT_LANGUAGE = en ; WIKI_PGSRC -- specifies the source for the initial page contents of Modified: trunk/configurator.php =================================================================== --- trunk/configurator.php 2012-12-06 06:51:23 UTC (rev 8608) +++ trunk/configurator.php 2012-12-06 06:52:54 UTC (rev 8609) @@ -1334,7 +1334,7 @@ </pre>"); $properties["Character Set"] = - new _define_optional('CHARSET', 'iso-8859-1'); + new _define_optional('CHARSET', 'utf-8'); $properties["Ignore Charset Not Supported Warning"] = new _define_optional('IGNORE_CHARSET_NOT_SUPPORTED_WARNING'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |