Re: UTF-8 filenames



On Fri, 2005-02-04 at 21:17 +1100, bcml swiftdsl com au wrote:
>   g_print ( "infile: %s\n", infile );


"infile" is a FILE*, not a string. The "invalid UTF-8" is because
g_print is seeing garbage (non-string data) which happens to be invalid
UTF-8.

This kind of question is more appropriate on gtk-list, gtk-devel-list is
for development of gtk itself.

Havoc





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]