On Sat, Apr 28, 2001 at 11:29:12AM +0300, Tzafrir Cohen wrote:
> What exactly do the kde language and charset settings set?
A couple of lines in ~/.kde/share/config/kdeglobals each KDE program
reads on startup.
Language? Just like LC_MESSAGES.
Character set? Hell knows why they need it. After all, if you know
the .mo's encoding (UTF-8 is a standard in KDE2) and the UI fonts the
user choose, you can perform the conversion... Or maybe that's how you
specify the .mo's encoding?
> Does it affect any non-kde programs?
Nope.
> Is there a simple way to have to avoid having hebrew messages when the
> language is set to hebrew?
Set the locale (date formats etc.) and character set (to iso-10646-1)
but not the language.
--
Best regards,
Ilya Konstantinov
=================================================================
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]