[chromium-bugs] Issue 15358 in chromium: LANG=he_IL.UTF-8 doesn't pick the right language pack on linux

2009-08-23 Thread codesite-noreply
Comment #11 on issue 15358 by rleng...@google.com: LANG=he_IL.UTF-8 doesn't pick the right language pack on linux http://code.google.com/p/chromium/issues/detail?id=15358 LC_TYPE should not change the locale of the messages. That's the purpose of LC_MESSAGES. For instance, the normal way to h

[chromium-bugs] Issue 15358 in chromium: LANG=he_IL.UTF-8 doesn't pick the right language pack on linux

2009-07-13 Thread codesite-noreply
Updates: Status: WontFix Comment #10 on issue 15358 by tony.chromium: LANG=he_IL.UTF-8 doesn't pick the right language pack on linux http://code.google.com/p/chromium/issues/detail?id=15358 Ah ha, I was setting LC_CTYPE in my login .rc file. Unsetting the value and using LANG=he...

[chromium-bugs] Issue 15358 in chromium: LANG=he_IL.UTF-8 doesn't pick the right language pack on linux

2009-07-13 Thread codesite-noreply
Comment #9 on issue 15358 by js...@chromium.org: LANG=he_IL.UTF-8 doesn't pick the right language pack on linux http://code.google.com/p/chromium/issues/detail?id=15358 Sorry, Tony, that I didn't get back here sooner. So, it's LC_CTYPE that gets in the way. LC_CTYPE has a higher precedence

[chromium-bugs] Issue 15358 in chromium: LANG=he_IL.UTF-8 doesn't pick the right language pack on linux

2009-06-29 Thread codesite-noreply
Comment #6 on issue 15358 by js...@chromium.org: LANG=he_IL.UTF-8 doesn't pick the right language pack on linux http://code.google.com/p/chromium/issues/detail?id=15358 Tony, can you print out the result of the following command? $ env | egrep '(LC_|LANG)' You may have LC_ALL set to en_US.*.