minwin unicode

Tomas Lindquist Olsen tomas at famolsen.dk
Sat Dec 2 01:36:28 PST 2006


Tomas Lindquist Olsen wrote:

> I've been looking at unicode support for MinWin in Windows.
> 
> From minwin/todo:
> * mswindows
>  - A vs W for string inputs - convert to wchar
> 
> It seems that sticking with char[] and only doing the toUTF16z
> conversions under the hood is the most feasible.
> 
> I have attached a patch (made with tortoiseSVN) that makes
> minwin/button.d work with unicode. It adds a few W functions to
> minwin/mswindows.d as well.
> 
> Is there a better way?
> Feedback is much appreciated, I think MinWin should support unicode
> properly, and it's not that much work with this approach.
> 
> Does unicode work with GTK/Motif?
> 
> -- Tomas

Not sure whether the MinWin forum or this newsgroup is the right place
for the discussion, but I'm looking for feedback on this:

http://www.dsource.org/forums/viewtopic.php?t=2096

-- Tomas




More information about the Digitalmars-d-announce mailing list