From 0077d7a52dc18719bc9fca4a2d6c8150f56abfcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rok=20Jakli=C4=8D?= Date: Sat, 24 Sep 2022 09:13:38 +0200 Subject: Added prioritized charsets for Slovenian language (#8701) --- program/lib/Roundcube/rcube_charset.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/program/lib/Roundcube/rcube_charset.php b/program/lib/Roundcube/rcube_charset.php index 660856064..22f6b351d 100644 --- a/program/lib/Roundcube/rcube_charset.php +++ b/program/lib/Roundcube/rcube_charset.php @@ -501,6 +501,10 @@ class rcube_charset case 'tr_TR': $prio = ['UTF-8', 'ISO-8859-9', 'WINDOWS-1254']; break; + + case 'sl_SI': + $prio = ['UTF-8', 'ISO-8859-2', 'WINDOWS-1251']; + break; } // mb_detect_encoding() is not reliable for some charsets (#1490135) -- cgit v1.2.3