tags 606145 + pending
forwarded 606145 Tarot Osuji <[email protected]>
thanks

2010-12-17 18:39 "brian m. carlson" <[email protected]>:
|
| The problem here is that when writing out the file, we use fputs.  fputs
| only operates on C strings and stops when it reaches a NUL byte.  Of
| course, since UTF-16 is a double-byte character set, ASCII characters
| are encoded with one byte being 0 (NUL).  The easy solution is to use
| fwrite with the byte count we get from and the attached patch does so.

Brian,
    Thank you

Tarot,
    Could you apply the patch and release new version. See:

        http://bugs.debian.org/606145

    That fixes the UTF-16 writing problem. The C-code uses fputs() which is not
    UTF safe.

Thanks,
Jari




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to