|
From: tony m. <tma...@us...> - 2008-02-26 01:30:41
|
Hi Paul, Thank you for this, it's definitely in the right direction. I was looking at the remove_non_unix_chars() function the other day wanting to rip it out. I was curious about the choice of g_local_from_utf8() instead of g_filename_from_utf8() [0] I'm not sure if any locale uses different encoding for filenames than the C runtime. In any event, I think your patch is how I want to get started on this. I haven't noticed any problems yet here, but need to test with some CDs I have that use extended character sets. Thanks, Tony [0] http://library.gnome.org/devel/glib/2.15/glib-Character-Set-Conversion.html#g-filename-to-utf8 Paul wrote: > Hi Tony, > > On Fri, 22 Feb 2008 08:25:52 -0800 > tony mancill <tma...@us...> wrote: > >> * support for the extended latin alphabet >> (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440067) > > Attached is a patch that goes towards fixing that bug. I say > 'goes towards fixing', as it's a bit of a work-in-progress, and > I'm not yet completely satisfied with it - it needs more thought. > But, it seems to be good so far, and fixes filenames and mp3 and > ogg tags, (at least in my test). > > As I'm running out of time to continue with this right now, I'm > sending it as a 'progress report'. > > What do you think? > > best regards > > Paul > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > ripperx-devel mailing list > rip...@li... > https://lists.sourceforge.net/lists/listinfo/ripperx-devel |