Sponsored Content
Full Discussion: Japanese in Unix
Operating Systems AIX Japanese in Unix Post 302274704 by shockneck on Thursday 8th of January 2009 07:44:23 AM
Old 01-08-2009
Not sure about "typing" in Japanese ... you need the Japanese locale probably. Use
# locale -a
to see which languages are installed. If it is installed you can change the keyboard with
# smitty chkbd
If you don't see things like JA_JP, ja_JP and Ja_JP in the locale output the Japanese language environment is'nt installed yet.
Use
# smitty mle_add_lang
to install the missing filesets (that need to be available of course). Add Cultural Convention and Language Translation. If Japanese is missing about 20 more filesets will be installed.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Writing in Japanese or differet languages

Hi. I am running Redhat 8. 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. Primarily, I want to write Japanese in the brower (Mozilla 1.01). Example: writing email using Yahoo or... (1 Reply)
Discussion started by: jeremiebarber
1 Replies

2. UNIX for Advanced & Expert Users

Telnet in Japanese

I'm not sure which forum to post this on but ...... I'm currently using Putty as my Telnet tool which is great BUT Only when using European Character sets. IMO the standard Japanes windows 2000 and Japanese Windows XP telnet is rubbish .... Does anyone use a Telnet tool that will... (3 Replies)
Discussion started by: Ralf
3 Replies

3. AIX

Japanese Locale installation on AIX 5.3

Hi Can anybody tell me where do i find (download) the following filesets for AIX 5.3. These are the dependencies i'm facing while installing Japanese locale from the 5th CD of AIX 5.3 CD bundle. X11.loc.ja_JP.base.rte 5.3.0.0 # AIXwindows Locale Configurat... bos.loc.iso.ja_JP... (0 Replies)
Discussion started by: aditya_930
0 Replies

4. 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

5. Shell Programming and Scripting

Email a File from UNIX which has Japanese characters in it

Hi, I'm trying to email from UNIX, a file which has Japanese characters in it (i,e. in the contents -- not the filename). The file gets emailed, but the Japanese characters do not show up properly when I open the file on Windows in my Outlook mailbox. I searched a lot of forums but still... (4 Replies)
Discussion started by: jainkirti
4 Replies

6. UNIX and Linux Applications

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... (0 Replies)
Discussion started by: teluser123
0 Replies

7. Linux

mailx: Unable to send Japanese

Hi All, I am facing problem in sending Japanese characters using mailx command in GNU linux machine. The mail is going with junk characters like "メールの-界へようこそ". I tried changing the LANG value to japan locale off UTF-8. But it doesn't worked. I have to send the data as body not as an... (0 Replies)
Discussion started by: Karteek
0 Replies

8. Infrastructure Monitoring

Nagios Alert in Japanese

I have googled for weeks now and all I am getting is the same results from frank4dd's notes on setting up perl script to produce alerts in Japanese. On the contrary I wish to ensure all my alerts come in English as primary language. What I am getting from Japanese-language-Windows-machine added... (1 Reply)
Discussion started by: hedkandi
1 Replies

9. 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
jconvrs(7M)							  STREAMS Modules						       jconvrs(7M)

NAME
jconvrs - code conversion STREAMS module (Japanese EUC/PC kanji) SYNOPSIS
#include <sys/types.h> #include <sys/stropt.h> #include <sys/conf.h> ioctl(fd, I_PUSH, "jconvrs"); DESCRIPTION
jconvrs is a STREAMS module that is available to be pushed onto a stream. Usually, this module has to be pushed onto a stream between ter- minal circuit module such as ldterm(7M) and STREAMS compatible module such as ttcompat(7M). jconvrs has to be pushed when you operate PC kanji data. It converts up stream for Japanese EUC into PC kanji code and passes high module. It also converts down stream for PC kanji code into Japanese EUC and passes low module. jconvrs controls terminal circuit under PCK envi- ronment by using with jconvs(7M). IOCTLS
jconvrs processes the following ioctls: EUC_OXLON Start performing code conversion between Japanese EUC and PC kanji for I/O stream. EUC_OXLOFF Stop performing code conversion between Japanese EUC and PC kanji for I/O stream. SEE ALSO
jtty(1), setterm(1), stty(1), PCK(5), streamio(7I), jconv7(7M), jconv8(7M), jconvru(7M), jconvs(7M), jconvu(7M), ldterm(7M), ptem(7M) NOTES
When you use jconvrs with jconvs(7M), jconvu(7M), jconv7(7M), or jconv8(7M) at once and `raw' is specified by stty(1), code convert func- tion automatically become off without specification by EUC_OXLON / EUC_OXLOFF. jconvrs supports PC kanji/Japanese EUC code conversion under TOG Japanese Vendors Council (TOG/JVC) Recommended Code Set Conversion Speci- fication between Japanese EUC and Shift-JIS. SunOS 5.10 13 Aug 1998 jconvrs(7M)
All times are GMT -4. The time now is 11:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy