mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
CP1251 is cyrillic, and not only russian codepage
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9518 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a482da3692
commit
ffefe9237b
17 changed files with 35 additions and 35 deletions
|
@ -123,7 +123,7 @@ unsigned char* iso_decode(const unsigned char *iso, unsigned char *utf8,
|
|||
switch (cp) {
|
||||
case 0x01: /* Greek (ISO-8859-7) */
|
||||
case 0x02: /* Hebrew (ISO-8859-8) */
|
||||
case 0x03: /* Russian (CP1251) */
|
||||
case 0x03: /* Cyrillic (CP1251) */
|
||||
case 0x04: /* Thai (ISO-8859-11) */
|
||||
case 0x05: /* Arabic (CP1256) */
|
||||
case 0x06: /* Turkish (ISO-8859-9) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue