Robin Bowes;257387 Wrote: > quietdragon wrote: > > - I find my UTF-8 tags get scrambled. I'm pretty sure the cause is > > the utf8toLatin1 procedure. I've replaced it with > Encode::decode() > > and force UTF-8 as the output character coding scheme. With this > > change, my UTF-8 tags stay intact. > > I must admit - my knowledge is thin on the ground in this area. I don't > > think I handle character encoding right at all. Is this in your patch? > > Can you provide a patch against latest trunk code (or 0.30rc1 - not > much > has changed) ? Please create a ticket (see above) and attach the > patch. > [color=blue] > The patch I provided was against 0.30rc1.
You'll easily see the part that removes utf8toLatin1 and replaces it with a call to the more knowledgeable Encode::decode(). I also force the character encoding scheme used to write the tags to UTF-8 in the calls to add_frame(). I'll add another ticket for this. -- quietdragon ------------------------------------------------------------------------ quietdragon's Profile: http://forums.slimdevices.com/member.php?userid=10412 View this thread: http://forums.slimdevices.com/showthread.php?t=42088 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
