> > Are you running it with LANG=he_IL? (Or at least > > LC_CTYPE=he_IL.) > No I have not touched this issue, in the past when I > played with this I got errors on my debian box. I > run an english linux box, I don't want my default > language to be hebrew. > > Next is this what is effecting scribus. > Next this should be done via reconfigure locale in > debian or just added to .bash_profile?
I just read that you got it to work, but anyway, for general information: you can run a single application with a modified environment by just prepending the variable definitions to the command line, e.g. to run scribus with LC_CTYPE=he_IL, type: LC_CTYPE=he_IL scribus And if you get an error saying the locale is not recognized, you need to enable that locale in the system. In Debian you do that through "dpkg-reconfigure locales" or by editing /etc/locale.gen and running locale-gen. --Alex __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ================================================================= 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]
