Merge pull request #61 from wogong/master

add Chinese localization file and add charset setting
This commit is contained in:
Sébastien Lucas 2013-05-07 05:10:35 -07:00
commit 32d4588cbd
3 changed files with 139 additions and 2 deletions

View file

@ -24,7 +24,7 @@
$withToolbar = false;
if (!isset($_COOKIE['toolbar'])) $withToolbar = true;
header ("Content-Type:application/xhtml+xml");
header ("Content-Type:application/xhtml+xml;charset=utf-8");
$page = getURLParam ("page", Base::PAGE_INDEX);
$query = getURLParam ("query");
$qid = getURLParam ("id");