[gstreamer-bugs] [Bug 350034] file{src, sink} don't convert to filesystem encoding

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Dec 2 20:44:10 PST 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=350034

  GStreamer | gstreamer (core) | Ver: HEAD CVS

Kwang Yul Seo changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kwangyul.seo at gmail.com




------- Comment #10 from Kwang Yul Seo  2007-12-03 04:44 UTC -------
I applied the patch above and it didn't not work on Windows.

On Windows GLib uses UTF-8 for filenames, so g_filename_from_utf8() returns a
UTF-8 string. Passing UTF-8 strings to fopen and open won't work. To fix this
problem, g_locale_from_utf8 must be used instead of g_filename_from_utf8.

By the way, why don't you include the patch temporarily until you find the real
solution?



-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=350034.




More information about the Gstreamer-bugs mailing list