1
0
Fork 0
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:
Hristo Kovachev 2006-04-05 14:23:57 +00:00
parent a482da3692
commit ffefe9237b
17 changed files with 35 additions and 35 deletions

View file

@ -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)