On Mar 12, 2011, at 5:51 AM, eleven wrote: > In the end, I gather that the garbled text was pulled from mp3 id3 tags, > which is no doubt the source of the problem. As far as the html and server is > concerned, perhaps they are doing the 'right thing' with what they are given.
OK, in THAT case the original encoding was almost certainly Windows 1252, so with enough work and probably a perl/php script you should be able to get something useful back if you want to put some time into it. Basically, you have to reverse the chain of encoding transformations until you get data that looks right. -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
