Calendar display error in Moodle 1.6

Calendar display error in Moodle 1.6

by Wei Tang -
Number of replies: 3
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

Attachment M-calendar-bug.PNG
Average of ratings: -
In reply to Wei Tang

Re: Calendar display error in Moodle 1.6

by Wei Tang -
Couse WeekFormat also cann't display date.

I've already changed the local language setting in admin - variables section.

Attachment M-calendar-bug2.PNG
In reply to Wei Tang

Re: Calendar display error in Moodle 1.6

by Ling Li -
I do not have this problem.

Maybe you should change the locale in admin/config.php to zh_CN.UTF-8, and make sure your server already has zh_CN.UTF-8 locale.
In reply to Ling Li

Re: Calendar display error in Moodle 1.6

by Wei Tang -

Thanks.

I've changed the locale to zh_CN.UTF-8 in admin section but still have the same problem.

I have no same problem in 1.5.3+.

BTW: I'm running Moodle in Windows XP, how to make sure my server has zh_CN.UTF-8 locale?