Can't set locale, LC_ALL doesn't work

Questions about Wine on Linux
Locked
michikaze
Newbie
Newbie
Posts: 2
Joined: Mon Aug 04, 2014 3:35 pm

Can't set locale, LC_ALL doesn't work

Post by michikaze »

Can't set locale, LC_ALL doesn't work.
LC_ALL=ja_JP.UTF-8 have no effect.

$ wine --version
wine-1.6.1
michikaze
Newbie
Newbie
Posts: 2
Joined: Mon Aug 04, 2014 3:35 pm

Re: Can't set locale, LC_ALL doesn't work

Post by michikaze »

Solved. I didn't had japanese locale enabled, somehow.

Code: Select all

locale -a
didn't had a ja_JP.UTF-8 in output. It still didn't, only ja_JP.utf8. Whatever, works anyway.

I just followed instructions here https://code.google.com/p/winelocale/wi ... esToDebian
created file /var/lib/locales/supported.d/ja
put there

Code: Select all

ja_JP.UTF-8 UTF-8
ja_JP SJIS
ja_JP.EUC-JP EUC-JP
and runned sudo dpkg-reconfigure locales twice.

...Next time I'll read instructions better and just install package language-pack-ja
Locked