On Sat, 2002-05-25 at 15:34, Barak B wrote: > when i write some Hebrew text in GTK progrem or in Gnome2 progrem's (Beta ...) > the text is not show up (the corsur is freeze)
GNOME2 always uses UTF-8 for file names. 1. Create a UTF-8 Hebrew locale: localedef -f UTF-8 -i he_IL he_IL.UTF-8 2. Set /etc/sysconfig/i18n to: LC_ALL=he_IL.UTF-8 If you don't want the system to speak Hebrew to you, also add: LC_MESSAGES=en_US 3. Change the FAT32 partition's mount option to say 'utf8' And you're ready to go. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
