Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Use a shell that groks UTF-8



On 1/14/06, Jim <jep200404@example.com> wrote:
Jim <jep200404@example.com> wrote:

>    Use UTF-8.

It helps to use a shell that is in UTF-8.

I.e., use a UTF-8 friendly shell that has something like:

   LANG=ja_JP.UTF-8

and avoid a shell that uses something like:

   LANG=ja_JP.eucJP

 
That is, simply set and export it for the length of your shell script...

#!/bin/sh
LANG=ja_JP.UTF-8
export LANG
...

Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links