forked from len0rd/rockbox
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
|
@ -62,7 +62,7 @@ unsigned short iso_decode(unsigned char *latin1, int cp, int count)
|
|||
}
|
||||
break;
|
||||
|
||||
case 0x03: /* Russian (CP1251) */
|
||||
case 0x03: /* Cyrillic (CP1251) */
|
||||
while (count--) {
|
||||
/* first convert to unicode */
|
||||
if (*latin1 < 0x80)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue