You are not logged in.
Pages: 1
My system used to be able to display Japanese characters in Firefox, Konqueror, KWrite, etc. I can't remember exactly when (sometime in the last month or two) an update destroyed this capability and most characters are now displayed as a box or a box with numbers inside. What happen? Somebody set up me the bomb?
Offline
IIRC, the last fontconfig update did that to me too. I had to symlink some file or something. See http://bbs.archlinux.org/viewtopic.php?p=139606#139606 for more exact instructions. I think this happened because japanese fonts are bitmaps.
Offline
Well, I found Arial Unicode MS on an MS Office CD and installed that. Don't know why I didn't think of that earlier.
(also Bitstream Cyberbit)
Offline
Well, I found Arial Unicode MS on an MS Office CD and installed that. Don't know why I didn't think of that earlier.
(also Bitstream Cyberbit)
try this one
Offline
For anyone who just get's blanks, and missing characters instead of asian text, ln -s /etc/fonts/conf.d/10-bitmaps.conf /etc/fonts/conf.d/yes-bitmaps.conf should fix you up.
Offline
For anyone who just get's blanks, and missing characters instead of asian text, ln -s /etc/fonts/conf.d/10-bitmaps.conf /etc/fonts/conf.d/yes-bitmaps.conf should fix you up.
Uh, tried that but I get: ln: `/etc/fonts/conf.d/yes-bitmaps.conf': File exists.
Offline
codemac wrote:For anyone who just get's blanks, and missing characters instead of asian text, ln -s /etc/fonts/conf.d/10-bitmaps.conf /etc/fonts/conf.d/yes-bitmaps.conf should fix you up.
Uh, tried that but I get: ln: `/etc/fonts/conf.d/yes-bitmaps.conf': File exists.
coz his command is wrong, do this instead
rm /etc/fonts/conf.d/10-bitmaps.conf
ln -s /etc/fonts/conf.d/yes-bitmaps.conf /etc/fonts/conf.d/10-bitmap.conf
[My Blog] | [My Repo] | [My AUR Packages]
Offline
Offline
Thanks. Japanese text shows fine in Firefox now.
Offline
Pages: 1