How to setup Japanese environment on a non-Japanese environment machine.

Nihongo ha koko : In Japanese


Keywords : setup Japanese environment, in abroad, Unix, Linux, Windows XP



Preparing for setting up

First of all, you must be able to connect to the Internet or a machine which is already set up the Japanese environment. For exmaple, my environment is as follows.


How to tell where is the Japanese fonts to X.

Most of non-Japanese environments, Japanese font is not installed. Then, first of all, installing some Japanese font. When Japanese fonts are installed to your system, xemacs and Netscape can handle them. Please follow next steps.

Getting Japanese fonts

  1. I found recent X distributions (Debian3.1 and SuSE Linux 9.1) have already Japanese font. In this case, you do not need anything to do of this section.
  2. When you can access the free X distribution that has Japanese environment.

    On Japanese environment ready X, you can find Japanese font at /usr/X11R6/lib/X11/fonts/japanese/ on your system. Copy the fonts to your non-Japanese system. Japanese font file name is like jiskan*.pcf.* .

           cd /usr/X11R6/lib/X11/fonts/
           tar cvf fonts.tar japanese
           scp fonts.tar your_machine:/usr/X11R6/lib/X11/fonts/
           
  3. When you have not Japanese environment.

    (Actually, I did not try next.) There are free Japanese fonts at http://www.freebsd.org/ports/x11-fonts.html or some other locations. Please download them to your system.

Install Japanese fonts

Even if you do not have root privilege, you can install Japanese font locally. I installed them at ${HOME}/local/fonts.

     cd ${HOME}/local/fonts/
     tar xvf fonts.tar
     gunzip *.gz
     compress *.pcf
     mkfontdir
     xset +fp ${HOME}/local/fonts/japanese/

Here, first I gunzip the fonts and compress them. Because SGI's X server (also Sun's X) can not deal with gzip-compressed font file directly. After putting fonts, please run mkfontdir program for re-creating fonts.dir and fonts.alias file. Then, add fontpath this directory through xset. Now your X server will recognize the Japanese fonts.

I thank to mad, tate and suzuka. They helped me.


Building software handling Japanese

When you come to here, there are xemacs, netscape and kterm with Japanese handling, you may do your jobs.


Print with non Japanese PS printer


Software


SGI Tips


Windows XP (Deutsch Fassung) Tips


Build a desktop


Others


Copyright (C) 2000-2008 Yamauchi Hitoshi
Most recent update : Sunday, 13-Jun-2010 20:19:07 MEST