Re: UTF-8 filenames
- From: Havoc Pennington <hp redhat com>
- To: bcml swiftdsl com au
- Cc: gtk-devel-list gnome org
- Subject: Re: UTF-8 filenames
- Date: Fri, 04 Feb 2005 21:31:03 -0500
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]