Don't convert values returned from gettext to UTF8.
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 6 May 2010 07:21:07 +0000 (09:21 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 6 May 2010 07:21:07 +0000 (09:21 +0200)
Because we have called bind_text_domain_codeset, gettext always
returns strings in UTF8 encoding.  It's therefore not correct to
convert them again.  Thanks to Michel Boaventura for reporting
this problem.


No differences found