Tranditional Chinese Display problem

Tranditional Chinese Display problem

Yip wing chiu發表於
Number of replies: 2

There are serious problem in displaying zh_tw chinese character that

the chinese translations of  "subscribe"  are displayed as strange character.

I have tried moddle version 1.1.1 and 1.2 and download the newest zh_tw

language file but the problem still exist.

Any ideal to fix it?

附件 chinese.JPG
評比平均分數: -
In reply to Yip wing chiu

回复: Tranditional Chinese Display problem

Martin Dougiamas發表於
Can you fix the language file and send it to me?

   moodle/lang/zh_tw/forum.php

No one is currently maintaining these files and looking after them ... I get people sending me things occasioanlly but then I don't hear from them again ... sad
In reply to Yip wing chiu

回复: Tranditional Chinese Display problem

jiang sy發表於

edit course/lib.php  -->function print_heading_block()

function print_heading_block($heading, $width="100%", $class="headingblock") {
    global $THEME;

    echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"5\">";
    echo "<tr><td bgcolor=\"$THEME->cellheading\" class=\"$class\">";
    echo $heading; // change stripslashes(heading)
    echo "</td></tr></table>";
}