1
0
Fork 0
forked from len0rd/rockbox

some unicode fixes by Frank Dischner

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8988 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2006-03-10 11:13:21 +00:00
parent 16a292d65c
commit ea4dea67ae
2 changed files with 12 additions and 14 deletions

View file

@ -15,7 +15,6 @@
#define MASK 0xC0 /* 11000000 */
#define COMP 0x80 /* 10x */
extern int codepage;
/* Encode a UCS value as UTF-8 and return a pointer after this UTF-8 char. */
unsigned char* utf8encode(unsigned long ucs, unsigned char *utf8);