From: defacer Date: Wed, 28 Apr 2004 15:21:38 +0000 (+0000) Subject: Fixed my own stupidities... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=89ace597518b737e158cbbedd635a18f90e8990f;p=moodle.git Fixed my own stupidities... --- diff --git a/lang/el/fonts/CREDITS.txt b/lang/el/fonts/CREDITS.txt new file mode 100644 index 0000000000..732883d1d5 --- /dev/null +++ b/lang/el/fonts/CREDITS.txt @@ -0,0 +1,8 @@ +------- +CREDITS +------- + +The Thryomanes Unicode true type font was created by Herman Miller (http://www.io.com/~hmiller/) +who kindly released it for free. Many thanks to Herman for providing this font, which enables Moodle +to come bundled with support for Greek graphs. + diff --git a/lang/el/fonts/lang_decode.php b/lang/el/fonts/lang_decode.php index a1b437fddc..d5f657c451 100644 --- a/lang/el/fonts/lang_decode.php +++ b/lang/el/fonts/lang_decode.php @@ -1,7 +1,6 @@ 128 && $ch < 256 ? '&#'.(720 + $ch).';' : chr($ch); } return $out; -*/ - return iconv('ISO-8859-7', 'UTF-8', $s); } ?>