Operating System - HP-UX
1752288 Members
3604 Online
108786 Solutions
New Discussion

Re: How to use the symbol § and ¥ in HP-UX environment

 
SivaOra1
Occasional Contributor

How to use the symbol § and ¥ in HP-Unix environment

Hello,

Kindly advise on how to use the symbol § and ¥ in HP-Unix environment

COLUMNDELIMITER=§

STRINGENCLOSURE=¥

 

Thanks,

1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: How to use the symbol § and ¥ in HP-UX environment

To use multibyte characters you must first select a locale that supports them.

See "locale -a".  Typically picking one with ".utf8" will work, like en_US.utf8.

Then you "export LANG=en_US.utf8".

You may have to have the International product installed:  swlist -l product International