|
From: Steve A. <al...@ne...> - 2002-08-20 20:28:24
|
Hi, The last extension for multibyte support in ming makes many problems. Especially UTF8GetChar() in utf8.c can't be work. All european chars, eg. german umlauts, france chars and also the european currency symbol for Euro results broken strings after passed UTF8GetChar. All characters between ascii 127 (eg. Euro symbol 128) and 224 returns 0xffff. I think it is not possible to make an 'auto-detection' of wide and normal charsets. The seconds problem is SWFFontCharacter_getGlyphCode() is sometimes calling with a negative c value. The result is a segfault. I think this is also a problem with the new wide font code. Regards, Steve |