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)
commit871d078bcc3029284551e2400a58bd5ece2064f3
tree36bccb602f791abead9b3c5444b083af49f097f4
parent2dc7abd2a759dbb1230547aa032f65a95aa767ec
Don't convert values returned from gettext to UTF8.

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.
src/ui/gui/psppire-var-store.c
src/ui/gui/var-display.c
src/ui/gui/variable-info-dialog.c