How to change the character set for a language

How to change the character set for a language

by Thomas Klopf -
Number of replies: 2
Hello,
  I was wondering - would it be possible to change the character set for English to be ISO-8859-2? The site I want to make will be primarily in the Czech language, but if I switch to English, the diacritics become messed up (i.e., e with a hook, z with a hook, etc.).  I tried searching through the moodle directory for references to character sets, but I didn't see anything.

Thanks!
-Tom

Average of ratings: -
In reply to Thomas Klopf

Re: How to change the character set for a language

by Petr Skoda -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers
I did the same at my site wink Edit lang/en/moodle.php:

$string['thischarset'] = 'iso-8859-1';

skodak
In reply to Petr Skoda

Re: How to change the character set for a language

by Thomas Klopf -
That did the trick! Thanks a lot big grin