You are not logged in.
Pages: 1
somehow I can't make
LC_TIME=xy_ZW.UTF-8 date
to work in Debian Jessie (Neither in Ubuntu server 14.04). Same command is working just fine on OS X and Arch Linux. What I could be missing? (Yes the locales are generated)
btw: This
LC_ALL=xy_ZW.UTF-8 date
does work on Ubuntu and Jessie.
Last edited by brontosaurusrex (2016-04-05 14:18:15)
Offline
Does modifying LC_ALL or LANG has any effect?
Offline
Yes, LC_ALL does the trick, but afaik it should not be used lightly https://wiki.debian.org/Locale (there is even a warning sign ).
Last edited by brontosaurusrex (2016-04-05 14:21:25)
Offline
BTW there's no ja_JA locale. The system is just returning the default output here:
rinne:~/.spamassassin $ LC_TIME=ja_JA.UTF-8 date Wed Apr 6 00:29:37 JST 2016
I get the same with de_DE.UTF-8 because I don't have that locale installed.
Last edited by johnraff (2016-04-06 03:36:22)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Pages: 1