Japanese Language support (Montavista)

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Japanese Language support (Montavista)
# 1  
Old 06-28-2010
Question Japanese Language support (Montavista)

Hi,
I am working on Montavista linux.
Japanese language is not getting rendered.
I executed fc-list command and found that japanese fonts were not installed. But adding
sazanami-gothic.ttf from the web is also not working, fc-list does not display japanese fonts yet.

How can i add japanese font ttf file to montavista?

Thanks in advance
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Gcc g++ on cygwin - configure: error: *** A compiler with support for C++11 language features is req

Hi, Apologies if I posted it in a wrong section as it is related to gcc on cygwin. Please move it to appropriate section. I'm trying to compile and build libsigc++-2.10.2 on cygwin with gcc 8.3.0. when I run ./configure, I get this: I couldn't fully understand what does... (13 Replies)
Discussion started by: prvnrk
13 Replies

2. Red Hat

Right to left language support, in Red Hat EL6

i need for a right to left language support, in red hat EL6 , for repository problem, i never could to use from yum-solution, is there a rpm-solution or config-solution? (1 Reply)
Discussion started by: alwaystudent
1 Replies

3. UNIX for Advanced & Expert Users

Showing "permission denied" when trying to login in - Montavista Linux

Hello friends, I have scratched my system and after that when I am trying to access the console via root login it's failing with an error message of "permission denied". I am able to access the other login, I am having only problem with root and some other user login. I am using an telnet... (7 Replies)
Discussion started by: sanoop
7 Replies

4. Red Hat

One simple question: Does RHEL4 support CJK (Chinese, Japanese and Korean)?

Hi, One simple question: Does RHEL4 support CJK (Chinese, Japanese and Korean)? If the answer is yes, then how to implement it? Thank you in advance! (0 Replies)
Discussion started by: aixlover
0 Replies

5. SuSE

Japanese Language in Suse

I had just added Japanese language as my secondary language with yast and I am still not able to view Japanese characters (they appear mangled) I've copied two text files from windows to the SUSE Linux Enterprise Server 10 (i586), one with UTF and the other with ANSI. When viewed with cat and... (4 Replies)
Discussion started by: hedkandi
4 Replies

6. Linux

version compatibility of montavista CGE-5.1 with JRE-1.4.2

Dear All, Currently I am using montavista CGE-3.1 and JRE-1.4.2, now I like to upgrade CGE version-3.1 to CGE version-5.1. I like to know whether CGE-5.1 will support JRE-1.4.2 ?. Kindly help in this regards. Raj. (1 Reply)
Discussion started by: rajamohan
1 Replies

7. UNIX for Dummies Questions & Answers

Typing in Japanese language

Hi. I am running Solaris 10,HPUX 11.31 and AIX 6.1. I am trying to get my system to write in Japanese. I can choose the Japanese language for the system to display, but I cannot figure out how to write in Japanese. I have set up my system, and Mozilla (including the menu and web pages) to display... (1 Reply)
Discussion started by: meeraramanathan
1 Replies
Login or Register to Ask a Question
jprconv(1)							   User Commands							jprconv(1)

NAME
jprconv - Filter for printing Japanese text on a dot-matrix Kanji printer or Japanese language page printer SYNOPSIS
jprconv [-T terminfo] [-r ] /usr/lib/lp/text/jprconv AVAILABILITY
SUNWjfpu DESCRIPTION
jprconv is a filter for printing Japanese text on a dot-matrix Kanji printer (EPSON VP-5085 or NEC PC-PR201) or Japanese language page printer (Canon LASERSHOT). Control codes for each printer are as follows: +-----------------------+-----------------------------------+ |Database |Control code | |EPSON VP-5085 |ESC/P24-J84 of EPSON ESC/P | |NEC PR201 |NEC 201PL | |Canon LASERSHOT |LIPS-complied control code | +-----------------------+-----------------------------------+ If the above control codes are supported, Japanese text can be printed on another printer. jprconv reads Japanese characters from the standard input, converts them to each control code, and writes to the standard output. If the input character code includes any user-defined characters, JIS X 0212, IBM Extended characters, or NEC-selective IBM Extended characters, these fonts are also printed. For the other characters, fonts installed on the printer are used. You can use sdtudctool to define user-specific characters (see sdtudctool(1)). To print JIS X 0212, IBM Extended characters, or NEC-selec- tive IBM Extended characters, the SUNWjcs3f package is also needed. OPTIONS
-T Specifies to use terminfo database. Any one of the following must be spefified. canon-ls-408 In case of LIPS format nec-pr201 In case of NEC 201PL format epson-vp5085 In case of ESC/P24-J84 format -r Does not convert NL to CR-NL when printing. By default it is converted. EXAMPLES
To print file1 in the ESC/P24-J84 format, type: example% jprconv -T epson-vp5085 < file1 ENVIRONMENT VARIABLES
To run this command, the locale must be set to ja, ja_JP.PCK or ja_JP.UTF-8. FILES
/usr/lib/lp/text/jprconv.conf /usr/share/lib/terminfo/e/epson-vp5085 /usr/share/lib/terminfo/n/nec-pr201 /usr/share/lib/terminfo/c/canon-ls-a408 SEE ALSO
jtops(1), jpostprint(1), sdtudctool(1), lpfilter(1M) Japanese Environment User's Guide NOTES
In general, it is not necessary to use the jprconv because jprconv is used as a filter on the printer server side. For the setting on the printer server side, see Japanese Environment User's Guide. Only Japanese characters are printable in the ja_JP.UTF-8 locale. SunOS 5.10 10 Jan 2003 jprconv(1)