Skip to content

UTF8 letters are imaged incorrectly (PR#8770)

1 message · Brian Ripley

#
Thanks to Ei-ji Nakama's hints, I was able to confirm that on FC3 Linux:

1) in locale ru_RU.koi8r  Russian letters are rendered correctly if I use
"-cronyx-helvetica-%s-%s-*--%d-*-*-*-*-*-*-*" as the first element of
option "X11fonts".

2) This does not work in locale ru_RU.utf8, and the reason is that there 
is no XLC_LOCALE locale directory.  Adding a suitably configured directory 
made this work.

3) There _is_ an XLC_LOCALE locale directory ja_JA.utf8, and I was able to 
get Japanese text to display by using

"-*-mincho-%s-%s-*--%d-*-*-*-*-*-*-*"  as the first element of option 
"X11fonts".

Systems which have suitable .ttf fonts installed may work with the default 
setting.

I've added some notes on 1) and 3) to ?X11.

Thanks Ei-ji!

Brian Ripley
On Sat, 15 Apr 2006, Ei-ji Nakama wrote: