diff options
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 |
