--- /dev/null
+-------
+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.
+
<?php
function lang_decode($s) {
-/*
$len = strlen($s);
$out = '';
for($i=0; $i < $len; $i++) {
$out .= $ch > 128 && $ch < 256 ? '&#'.(720 + $ch).';' : chr($ch);
}
return $out;
-*/
- return iconv('ISO-8859-7', 'UTF-8', $s);
}
?>