Tagged Questions
2
votes
1answer
129 views
Should 'LC_ALL=fr_FR.UTF-8 date +%x' give consistent results across machines?
The %x format specifier to the date utility should, according to the man page, use the locale specific date format. However, when I specify the same installed locale and try this on two different ...
2
votes
2answers
2k views
How do I install the cs_CZ.ISO8859-2 locale on Ubuntu 12.04
I need the cs_CZ.ISO8859-2 locale to exist on Ubuntu 12.04 so a specific unit test can pass. The test makes the following call:
std::locale("cs_CZ.ISO8859-2")
On my OS X Lion install, this locale ...
2
votes
2answers
1k views
terminal: non-english characters
I used to be able to copy&paste (or type if I load respective keyboard layout)
any kind of characters (eg. é ö ñ ß و 好) in my console/terminal.
Now I bought a new computer and it does not work ...