Roundcube Community Forum

Third Party Contributions => Languages (Translations) => Topic started by: Sigma-Soft on July 19, 2019, 07:26:46 AM

Title: Russian encoding
Post by: Sigma-Soft on July 19, 2019, 07:26:46 AM
Traditionally, there are four Cyrillic codecs: KOI8-R, WINDOWS-1251, CP866 and ISO-8859-5.
Most email clients use the default KOI8-R
After each update to the new version, I add a line
Code: [Select]
'KOI8-R' => 'KOI8-R ('. $ this-> app-> gettext ('Cyrillic'). ')', in function:
program / include / rcmail_output_html.php -> open function charset_selector ($ attrib) -> $ charsets = array (

Add this line to the distribution, please.
Title: Re: Russian encoding
Post by: JohnDoh on July 20, 2019, 10:18:54 AM
see https://github.com/roundcube/roundcubemail/pull/6861
Title: Re: Russian encoding
Post by: Sigma-Soft on November 18, 2019, 06:58:57 AM
Thanks a lot!