From 89ace597518b737e158cbbedd635a18f90e8990f Mon Sep 17 00:00:00 2001 From: defacer Date: Wed, 28 Apr 2004 15:21:38 +0000 Subject: [PATCH] Fixed my own stupidities... --- lang/el/fonts/CREDITS.txt | 8 ++++++++ lang/el/fonts/lang_decode.php | 3 --- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 lang/el/fonts/CREDITS.txt 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); } ?> -- 2.39.5