From ffefe9237b5a194c309374c8d117325203f9460f Mon Sep 17 00:00:00 2001 From: Hristo Kovachev Date: Wed, 5 Apr 2006 14:23:57 +0000 Subject: CP1251 is cyrillic, and not only russian codepage git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9518 a1c6a512-1295-4272-9138-f99709370657 --- tools/codepages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/codepages.c b/tools/codepages.c index 023a741e30..e19d39c85a 100644 --- a/tools/codepages.c +++ b/tools/codepages.c @@ -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) -- cgit