Difference between revisions of "Talk:Internationalization of Haskell programs using gettext"

From HaskellWiki
Jump to navigation Jump to search
(Problems encountered on i18n of Haskell programs.)
(No difference)

Revision as of 01:45, 16 February 2011

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.