Comment 17 for bug 290503

Revision history for this message
In , World-root (world-root) wrote :

Ah, this new patch looks good :-)

It handles everything, excluding values 0x80..0x9F. It can be because that range of values is forbidden/reserved and cannot not be found in ANSI RTF anyway (I have no idea what's the deal with these 0x80..0x9F values).

My only concern: filling the array in a C file with characters (instead of hex value) could be a bit dangerous, depending on the compiler's character set support (?)