Turns the utf-8-flag in gettext on
Status: Beta
Brought to you by:
leedo_
This patch turns the utf-8-flag in Gettext on if the locale ends with "UTF-8". This is necessary, because:
=> Gettext returns utf-8 encoded strings but doesn't set the utf-8 flag
=> Gtk2 binding converts data to utf-8, because the variables claim to carry non-utf-8 data
=> special characters(such as umlauts) are not readable
The problem is described more detailed at <http://mail.gnome.org/archives/gtk-perl-list/2006-May/msg00020.html>
yarssr-0.2.3 utf8-on patch