Antoine Jacoutot wrote:
Error converting string 'één' to UTF-8 from current locale: Invalid byte
sequence in conversion input
(gftp-gtk:1171): Pango-WARNING **: Invalid UTF-8 string passed to
pango_layout_set_text()
Yes, well this is a gtk2/locales problem.
You can get rid of this error when you set the CHARSET environment variable.
ie : CHARSET=iso-8859-15 gftp
This will force charset to the defined value instead of using UTF-8
(which is the default).
However, AFAIK this error is not really important.
Antoine