Description of problem: $cat /var/log/Xorg.log.0 [...] (II) Mouse0: ps2EnableDataReporting: succeeded FreeType: couldn't find encoding 'jisx0208.1983-0' for '/usr/share/fonts/TrueType/Korean/Nbatang.ttf' FreeType: couldn't find encoding 'adobe-standard' for '/usr/share/fonts/TrueType/Korean/ngulim.ttf' FreeType: couldn't find encoding 'adobe-standard' for '/usr/share/fonts/TrueType/Korean/ngulim.ttf' FreeType: couldn't find encoding 'adobe-standard' for '/usr/share/fonts/TrueType/Korean/ngulim.ttf' Version-Release number of selected component (if applicable): 3.0.9-24.fc7 How reproducible: always Steps to Reproduce: 1. Install cjk ttf font with ttmkfdir 2. Select cjk ttf on xfontsel. 3. Actual results: Expected results: Additional info:
Created attachment 145773 [details] fonts.dir file in korean font directory
I think this is the bug of fonts, not ttmkfdir.
You can test it with fonts-chinese, fonts-korean and fonts-japanese. I tested it with fonts-chinese, fonts-korean and fonts-japanese, and it is OK.
Hi sangu, could you please re-test on latest rawhide if the same problem exist? I haven't found any of the mentioned Korean fonts in fonts-korean. BTW FYI, fonts-korean had been updated into a meta-package which automates installation of relevant Korean fonts when installation of fonts-korean is triggered.
After installed fonts-korean package by yum: *On F7* $ grep -ir gulim /usr/share/fonts/korean (returned no results) *On Rawhude* $ grep -ir gulim /usr/share/fonts/ (baemuk gulim and gulim family are shown correctly by xfontsel)
Created attachment 244071 [details] grep results on rawhide
Please kindly provide more detailed bug reproduction procedures.
I don't really understand > FreeType: couldn't find encoding 'jisx0208.1983-0' since it is common for Japanese fonts under Linux too. > FreeType: couldn't find encoding 'adobe-standard' for > FreeType: couldn't find encoding 'adobe-standard' for > FreeType: couldn't find encoding 'adobe-standard' for Can freetype handle these types of non-unix encoding? Or is it just following X locale? Sangu, why do you wish to use xfontsel?
I referred xfontsel for setting font of emacs-22.1. Then, because of using emacs-unicode-2 recent, xfontsel is needless in my linux life. hmm, Closed?