moodle的中文日历乱码问题

在处理Moodle的在线教学平台时遇到了中文日历显示乱码的问题。通过调整配置文件中的locale参数为'zh_CN.UTF-8',并确保使用UTF-8字符集,成功解决了这一问题。
摘要由CSDN通过智能技术生成

网上看了一大堆解决方案,都有问题,这个问题的正确解决方案是:

1。moodledata/lang/langconfig.php应该是utf-8;
2.langconfig.php中不应该用%%,而应该用%
3.moodledata中的cache文件夹删掉,下次进到任何moodle页面,cache就会重新生成。
 

-----完整代码:

$string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z';
$string['backupnameformat'] = '%Y%m%d-%H%M';
$string['firstdayofweek'] = '1';
$string['locale'] = 'zh_CN.UTF-8';
//$string['localewin'] = 'Chinese_China.936';
//$string['localewincharset'] = 'CP936';
//$string['oldcharset'] = 'UTF-8';
//采用24小時制
$string['strftimedate'] = '%Y年 %m月 %d日 ';
$string['strftimedateshort'] = '%m月 %d日 ';
$string['strftimedatetime'] = '%Y年 %m月 %d日,%H:%M';//
$string['strftimedaydate'] = '%Y年 %m月 %d日 %l';
$string['strftimedaydatetime'] = '%Y年%m月 %d日(星期%w) %H:%M';//%n在php中有bug
$string['strftimedayshort'] = '%m月 %d日 星期%w';
$string['strftimedaytime'] = '%a %H:%M';
$string['strftimemonthyear'] = '%Y 年 %m 月 '; //首页日历
$string['strftimerecent'] = '%m月 %d日,%H:%M';
$string['strftimerecentfull'] = '%Y年%m月%d日(星期%w) %H:%M';//讨论区完整日期
$string['strftimetime'] = '%H:%M';
$string['thischarset'] = 'UTF-8';
$string['thisdirection'] = 'ltr';
$string['thislanguage'] = 'Chinese';

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值