Ticket #1484730 (closed Patches: fixed)
Better native languages support, including russian and others
| Reported by: | Javer | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 2 | Milestone: | 0.2-beta |
| Component: | PHP backend | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
This patch give you easy way to provide localization of Roundcube for using in local environment. For example, in the Ukraine, in Russia and in other countries are widely used messages with headers encoded in Windows-1251 or KOI8-R. In this case after applying patch you should only specify in main.inc.php something like this:
$rcmail_config['locale_charset'] = 'CP1251';
By default ISO-8859-1 encoding are used, therefore for a non-cyrillic users there is no any visible changes. And developers of Roundcube can safely permanent apply this patch to the distributive. Patch is for revision 955 of svn-trunk. File KOI8R.map should be placed in folder program/lib/encoding/ for KOI8-R support.
