Antonio Campos <[EMAIL PROTECTED]> writes:
> #include <stdio.h>
>
> void main()
> {
> char c='�';
>
> if (isalpha (c))
> fprintf (stderr,"The character `%c' is alphabetic.\n", c);
> }
>
Owen's the expert but I think you have to call setlocale() and in a
GTK program you have to call gtk_set_locale() (and in GNOME you do
nothing, gnome_init() contains gtk_set_locale()).
Havoc
--
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
- [gtk-list] locales deslocalized? Antonio Campos
- [gtk-list] Re: locales deslocalized? Havoc Pennington
- [gtk-list] Re: locales deslocalized? Owen Taylor
- [gtk-list] Re: locales deslocalized? Antonio Campos
