I was working on better extended character support in the wordperfect 
importer, and I ran into the following weirdness with UT_types.h:

typedef unsigned int UT_UCS4Char;
typedef signed int UT_GrowBufElement;

I want to have growbuf's of UT_UCS4Char.. but there's obviously a signing 
issue here. Shouldn't UT_GrowBufElement be unsigned?

Regards,

William Lachance
[EMAIL PROTECTED]

Reply via email to