On Mon, Jul 05, 2004 at 02:33:02PM +0530, Dipak G Patil wrote: > > I am new to Linux and porting a application from windows to linux using GTK. > As in windows there are always two versions of any API one for Ascii (e.g > CreateWindowExA) and other for unicode(el CreateWindowExW). > > Does the APIs of GTK library support both unicode and ASCII or I will have to > do something for that ? Gtk+ 2.x uses UTF-8. Since ASCII is a subset of UTF-8, there's no need for a separate API. Yeti -- Do not use tab characters. Their effect is not predictable. _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list