diff options
author | thomascube <thomas@roundcube.net> | 2008-08-22 11:28:53 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-08-22 11:28:53 +0000 |
commit | 515b0c203b18cdffc53cd337db955d9c59e3aabd (patch) | |
tree | 70722e749ac84e7c6c1d9627cc0255f9edce1496 /program/lib/utf8.class.php | |
parent | 8e44f425f8be7cea2972c550fe8de48c928e868e (diff) |
Add KOI8-R encoding to utf-8 lib
Diffstat (limited to 'program/lib/utf8.class.php')
-rw-r--r-- | program/lib/utf8.class.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/program/lib/utf8.class.php b/program/lib/utf8.class.php index cd5be8395..e2d10599d 100644 --- a/program/lib/utf8.class.php +++ b/program/lib/utf8.class.php @@ -55,7 +55,9 @@ $utf8_maps = array( "ISO-8859-6" => UTF8_MAP_DIR . "/ISO-8859-6.map", "ISO-8859-7" => UTF8_MAP_DIR . "/ISO-8859-7.map", "ISO-8859-8" => UTF8_MAP_DIR . "/ISO-8859-8.map", - "ISO-8859-9" => UTF8_MAP_DIR . "/ISO-8859-9.map" + "ISO-8859-9" => UTF8_MAP_DIR . "/ISO-8859-9.map", + "KOI8-R" => UTF8_MAP_DIR . "/KOI8R.map", + "KOI8R" => UTF8_MAP_DIR . "/KOI8R.map" ); //Error constants |