Commit 6d55a248 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Change Russian charset selection

parent 6a28b19c
...@@ -456,7 +456,7 @@ const char *FindFallbackEncoding( const char *locale ) ...@@ -456,7 +456,7 @@ const char *FindFallbackEncoding( const char *locale )
case 'be': case 'be':
case 'bg': case 'bg':
case 'mk': case 'mk':
/*case 'ru': FIXME: should we use ISO-8859-5 ir KIO8? */ case 'ru':
case 'sr': case 'sr':
/* KOI8, ISO-8859-5 and CP1251 are supposedly incompatible */ /* KOI8, ISO-8859-5 and CP1251 are supposedly incompatible */
return "CP1251"; return "CP1251";
...@@ -510,8 +510,7 @@ const char *FindFallbackEncoding( const char *locale ) ...@@ -510,8 +510,7 @@ const char *FindFallbackEncoding( const char *locale )
/* Latin-10 (ISO-8859-16) does not seem to be used */ /* Latin-10 (ISO-8859-16) does not seem to be used */
/* KOI series */ /* KOI series */
case 'ru': /* For Russian, we use CP1251 */
return "KOI8-R";
case 'uk': case 'uk':
return "KOI8-U"; return "KOI8-U";
case 'tg': case 'tg':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment