kernel32: Add UTF-7 support

Alexandre Julliard julliard at winehq.org
Wed May 9 05:19:28 CDT 2012


Alex Henrie <alexhenrie24 at gmail.com> writes:

> 2012/5/8 Alexandre Julliard <julliard at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list