On Fri, Jun 15, 2001 at 03:03:39PM -0000, [EMAIL PROTECTED] wrote:
> I run xmms like this:
>
> soundwrapper biditext xmms
There's an aRts output plugin for XMMS which works fine. No need for a
wrapper.
> the only things that are not displayed in hebrew are:
>
> 1) the scrolling title. I mean the song name. I have not find how to change
> it. There is "Enable X font display on main window" in preferences dialog
> which crashes xmms.
On XMMS 1.2.4, I enabled "Use X font" with font
"-monotype-arial-medium-r-normal-*-*-100-*-*-p-*-iso8859-8" and it
worked fine. No crash.
> 2) The task bar on kde, it shows ????, I hope that will be fixed when xmms
> will use gtk 1.3. Currently it sends garbage to kde, and if I had unicode
> fonts I would see that garbage in kde's taskbar.
> Windows fonts are not
> unicode but iso8859-8 codes, both 98 and 2000. Tried them both. The only
> full unicode font I have is "console" from the program "konsole". which is
> fixed and looks like text mode. I use it on every text editor for kde.
Actually, all modern TrueType fonts are Unicode. The encodings which
are available to X depend on your fonts.dir file. If you claim your
font has an "iso8859-8" encoding, the encoding will appear on the list.
If the font has Hebrew glyphs in the Hebrew Unicode range, you'd see
the characters. Otherwise, you'd see "missing character" squares.
Simply add a "iso10646-1" encoding variant to the fonts.dir file.
> I noticed also that the keymap for unicode does not work on gtk 1.2.x
> programs. Is it safe to install a 8 bit keymap for KDE 2 also? Where can I
> get it?
Run your GTK 1.2 and legacy programs with an LC_CTYPE=he_IL environment
variable and they will succesfully decode the normal keymap into 8-bit
characters. And no, Qt 2.3, Mozilla and GTK 2.0 really need proper encodings
to know what you meant.
e.g.:
LC_CTYPE=he_IL biditext xchat
--
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]