diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-22 11:28:53 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-22 11:28:53 +0000 |
| commit | d1cceec293f55811da24fbb590b5904a7b27e533 (patch) | |
| tree | df21f820df876d1fb580fcbbe5ef190c56007f0d /roundcubemail/program/lib/utf8.class.php | |
| parent | e22ab4d390c8852ab55cbd410ed155c27d018939 (diff) | |
Add KOI8-R encoding to utf-8 lib
git-svn-id: https://svn.roundcube.net/trunk@1677 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/lib/utf8.class.php')
| -rw-r--r-- | roundcubemail/program/lib/utf8.class.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/utf8.class.php b/roundcubemail/program/lib/utf8.class.php index cd5be8395..e2d10599d 100644 --- a/roundcubemail/program/lib/utf8.class.php +++ b/roundcubemail/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 |
