Author Topic: How to display Chinese character?  (Read 2778 times)

ThomasWong

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • http://
How to display Chinese character?
« on: May 31, 2004, 05:27:00 am »
Anybody know how I can display Chinese character ?

keef

  • Full Member
  • ***
  • Posts: 129
    • View Profile
How to display Chinese character?
« Reply #1 on: May 31, 2004, 05:50:52 am »
Hi
Just read that the Zaurus has been released in China.

http://www.smg168.com/Article_Show.asp?Art...2&ArticlePage=6

keef

sepsep

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • http://
How to display Chinese character?
« Reply #2 on: May 31, 2004, 05:59:44 am »
PB2000C-->HP200LX-ds8-->C760+special kernal

ThomasWong

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • http://
How to display Chinese character?
« Reply #3 on: May 31, 2004, 09:19:44 am »
Thank you all for the comments.  

However, I am looking for a way to display Chinese characters with the pdaXROM, instead of the original QT environment.

Anybody can help ?

sashz

  • Sr. Member
  • ****
  • Posts: 388
    • View Profile
    • http://
How to display Chinese character?
« Reply #4 on: May 31, 2004, 09:46:39 am »
Quote
Thank you all for the comments.  :lol:  

However, I am looking for a way to display Chinese characters with the pdaXROM, instead of the original QT environment.

Anybody can help ?


try copy chinese ttf fonts from windows xp/2000 to
/usr/X11R6/lib/X11/fonts/ttf
and restart X server

whit

  • Full Member
  • ***
  • Posts: 145
    • View Profile
How to display Chinese character?
« Reply #5 on: June 17, 2004, 02:31:56 pm »
Quote
try copy chinese ttf fonts from windows xp/2000 to
/usr/X11R6/lib/X11/fonts/ttf
and restart X server


Think there may be another step or two besides just restarting the X server. At least, I just copied (after gunzipping) all the *ISO8859-1.pcf\'s from /usr/X11R6/lib/X11/fonts/misc on a Gentoo box to the Z 860, as well as the fonts.dir and fonts.alias files from there, yet when I try to start aterm with -fn [any of those fonts] I get \"aterm: can\'t load font \"[font name]\". This is after exiting and restarting X, and even after doing a reboot.

I know I\'m forgetting some step I used to know here....

Later ...

Okay, in the directory you\'ve put new fonts in:

Code: [Select]
mkfontdir

Then if it\'s not already a directory in the font path, add that with xset (which does not work through ssh for me - had to do it on the Z):

Code: [Select]
xset +fp /path/to/dir

Then

Code: [Select]
xset fp rehash

At this point your new fonts should be available. But ... they\'ll be more easily invoked if you have an appropriate fonts.alias file in the directory they\'re installed to - not something I\'ve time to look into just now (since it worked well enough by copying it from Gentoo).

If it\'s a new font directory, you also should edit that into the FontPath line in your XF86Config file.