|
Rockbox mail archiveSubject: Re: Re[2]: CeBit 2004Re: Re[2]: CeBit 2004
From: Tat Tang <tat_tang_at_yahoo.com>
Date: Thu, 18 Mar 2004 14:51:45 -0800 (PST) Didn't manage to finish that last post... int strlen(unsigned char* p) { int len = 0; while (*p++) { len++; /* Check for Chinese char */ if (*p & 0x80) p++; } return len; } > What manufacturers do, is maintain separate > European and Chinese products... I still like the idea of a Unicode kernel, I'm not sure if anyone has tried a wchar build. Tat... __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com _______________________________________________ http://cool.haxx.se/mailman/listinfo/rockbox Received on 2004-03-18 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |