hi All,
After trying Moodle 1.6 beta, I found there was a calendar error.
Moodle cann't show Year/Month promptly.
I've also trying to langconfig.php but not works well.
BTW: I use windows XP
Here is some codes from langconfig.php
...
$string['locale'] = 'zh_CN.UTF-8';
$string['localewin'] = 'Chinese_China.936';
$string['localewincharset'] = 'CP936';
$string['oldcharset'] = 'UTF-8';
...
Thanks
Tang