From: defacer Date: Tue, 27 Apr 2004 16:32:50 +0000 (+0000) Subject: OpenType Unicode font with Greek support (Arial) plus lang_decode.php so X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=93c2cbcff18b43aa265d3e0f04973a3a48cdb688;p=moodle.git OpenType Unicode font with Greek support (Arial) plus lang_decode.php so that we can have graphs with greek legends. --- diff --git a/lang/el/fonts/default.ttf b/lang/el/fonts/default.ttf new file mode 100644 index 0000000000..ff0815cd8c Binary files /dev/null and b/lang/el/fonts/default.ttf differ diff --git a/lang/el/fonts/lang_decode.php b/lang/el/fonts/lang_decode.php new file mode 100644 index 0000000000..d5f657c451 --- /dev/null +++ b/lang/el/fonts/lang_decode.php @@ -0,0 +1,13 @@ + 128 && $ch < 256 ? '&#'.(720 + $ch).';' : chr($ch); + } + return $out; +} + +?>