How to set the japanese locale in Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris How to set the japanese locale in Solaris 10
# 1  
Old 07-02-2012
How to set the japanese locale in Solaris 10

Pls help me to set the japanese locale in Solaris 10. I have checked JP locale has been already installed on Solaris BOX.

Thanks,
Karan N
# 2  
Old 07-02-2012
What does
Code:
locale -a

show?

Normally what you do is to take the locale you want (why I asked above) and
then assign LC variables, the ones you see in the locale command.
This should be done for any account that needs the locale during login.

Code:
locale
LANG=C.UTF-8
LC_CTYPE="C.UTF-8"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=

In this example C is the locale (UNIX default). You would assign
Code:
export LANG=JP-UTF16

Or whatever the name of your locale is, to each of the variables. LC_ALL is not required to be set, but setting it overrides others.
# 3  
Old 07-05-2012
Bug How to set the japanese locale in Solaris 10

thank u.. .its done...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

LC_ALL & LANG are set OK, but others couldn't set locale correctly.

Hi, I have a Solaris (SunOS 5.10) installed, by default with the en_AU.UTF-8 locale. I want to change it to en_US.UTF-8 With AU, I have no issues whatsoever, so I installed the language package and now locale -a shows "en_US.UTF-8". Problem is even with LC_ALL set in etc/default/init, the... (2 Replies)
Discussion started by: asdfg
2 Replies

2. Solaris

Japanese and Hindi test want to insert on file on Solaris 10

Hello All, I have a solaris 10 sparc machine . I have installed all the locale . hi_IN.UTF-8. and similarly for japanese. But when i am trying to insert Hindi test in a file using vi . Every thing is getting turned in dots . Can any one help in this .I have configured the LANG and... (14 Replies)
Discussion started by: Arif29march
14 Replies

3. Solaris

couldn't set locale correctly

Dear All, I Have problem at my console (Ultra 24, solaris 10 x86), when i type dmesg always come out : like this You have new mail. root@console # bash root@console # dmesg couldn't set locale correctly couldn't set locale correctly So how to fix it...? Best Regards simbah (3 Replies)
Discussion started by: mbah_jiman
3 Replies

4. Solaris

I can't set locale in Solaris 8

Hi gentlemen. I would change LANG=C to iso_8859_5. I have tried some variante, but it doesn't work. Thanks. (24 Replies)
Discussion started by: wolfgang
24 Replies

5. Solaris

Couldn't set locale correctly

Hello, I have a recently configured machine that when log into it as a user or remotely as root it displays "Couldn't set locale correctly" When I type locale it displays the below which is wrong compared to other machines LC_CTYPE="C" LC_NUMERIC="C" LC_TIME="C" LC_COLLATE="C"... (7 Replies)
Discussion started by: Mr Pink
7 Replies

6. Solaris

Couldn't set locale correctly

hi All, I'm using sun OS 5.10. All locales are set to en_US.ISO8859-1 in /etc/profile/init file. I'm using one functional user.When I tried to "sesu - functionalUser",its giving me error like "Couldn't set locale correctly".In functional user profile i'm tring to set locales to en_US.After... (1 Reply)
Discussion started by: Kathraji
1 Replies

7. Red Hat

Command to set locale for my linux machine

Hi, I need to set a locale to my linux machine which has redhat enterprise linux 4 how should I do that. And also when i did locale -a, I have got three versions for each locale type with different .extensions like utf8,iso88951 and soon which file should I use for setting locale. ... (1 Reply)
Discussion started by: eamani_sun
1 Replies

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

9. UNIX for Dummies Questions & Answers

Couldn't set locale correctly

When a user connects via ssh to one of out Sun V120 boxes the following message is displayed. "couldn't set locale correctly" The .profile has the following line # @(#)local.profile 1.6 98/02/06 SMI stty istrip stty erase ^H So I put a set -x in the .profile and re sourced it and... (1 Reply)
Discussion started by: mattd
1 Replies

10. UNIX for Advanced & Expert Users

Entering Japanese text on Solaris 8

Hi, I have installed the Sun Solaris 8 with Japanese locale. it is able to display the Japanese characters and its environment. However, I have no idea on how to input or enter Japanese characters into this environment. Can someone please enligthen me? Thank you very much and have a... (3 Replies)
Discussion started by: champion
3 Replies
Login or Register to Ask a Question