April 21, 2004
Sangpil Yoon [sangpil] wrote:

>> The Windows version of GTK is not as perfect as Unix, but i'd say it's more worth fixing than avoiding GTK at all, because GTK is still the only powerful cross-platform and cross-language (very important!) GUI library out there.
> 
> What about wxWidgets?

Designed for C++, though it has been ported to C and Eiffel.  But do see
http://www.wikiservice.at/wiki4d/wiki.cgi?wxD

Stewart.

-- 
My e-mail is valid but not my primary mailbox, aside from its being the unfortunate victim of intensive mail-bombing at the moment.  Please
keep replies on the 'group where everyone may benefit.
April 21, 2004
Stewart Gordon wrote:
> Designed for C++, though it has been ported to C and Eiffel.

Its what I use all the time with Python.

-C. Sauls
-Invironz
July 22, 2004
"Miguel Ferreira Simões" <kobold@netcabo.pt> wrote in message news:c634f2$256h$1@digitaldaemon.com...
> if i am worried about internationalization, should i always use wchar
(UTF-16) as java does? does all phobos libraries support wchar?

You can use char[], wchar[], or dchar[] in D and be fully international language capable. That's because char[] corresponds to the international UTF-8 standard, wchar[] to UTF-16, and dchar[] to UTF-32.

Not all of the Phobos libraries are up to speed with UTF encodings, but they're headed that direction.


1 2
Next ›   Last »