Talk:Internationalization of Haskell programs using gettext

From HaskellWiki
Revision as of 01:45, 16 February 2011 by Aufheben (talk | contribs) (Problems encountered on i18n of Haskell programs.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

On my Ubuntu 10.10, it works if I change `LOCALE=de_DE.UTF-8 ./Main` to `LANG=de_DE.UTF-8 ./Main`. But the output is garbled when I'm doing Simplified Chinese, with LANG set to zh_CN.UTF8.