]> git.mjollnir.org Git - moodle.git/commit
Bug #5937 - Fix nonascii chars in graphs:
authorskodak <skodak>
Thu, 29 Jun 2006 21:22:16 +0000 (21:22 +0000)
committerskodak <skodak>
Thu, 29 Jun 2006 21:22:16 +0000 (21:22 +0000)
commit9c1cd39de57d1316d52d07a1892c374332165419
tree584a277080dc0ce4c0c57810aaeb0328d3588862
parent3b34491b95e23f484fcce9e9634043e39357a8f1
Bug #5937 - Fix nonascii chars in graphs:
 * text is converted to unicode - no html entities anymore
 * then all nonascii chars are converted to decimal number entites
 * default.ttf is searched in dataroot/lang and local language packs too
 * removed lang_decode() - obsoleded by proper entity converison above
 * updated documentation in lang/en_utf8/fonts/README.txt

merged from MOODLE_16_STABLE
lang/en_utf8/fonts/README.txt
lang/en_utf8/fonts/default.ttf [deleted file]
lib/graphlib.php
lib/textlib.class.php