Alex Henrie alexhenrie24@gmail.com writes:
2012/5/8 Alexandre Julliard julliard@winehq.org:
That code is hopelessly ugly, and broken in various ways. You are probably better off starting from scratch.
Okay. Could we use the POSIX iconv functions? Why doesn't Wine use iconv for UTF-8 already?
UTF-8 is trivial, using iconv would be more work than doing it by hand. UTF-7 is slightly more complicated but not that hard.