Tags: patch On Fri, Feb 20, 2015 at 8:21 PM, Eli Zaretskii wrote: > The problem is in w32font.c: it should call the "wide" (a.k.a. > "Unicode") APIs, and then decode strings using utf-16le, like we do in > w32fns.c with encoding strings we pass to w32 GUI APIs. Unicode API patch is attached. Could you review it? Should I use GetProcAddress for Windows 9x?