NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Nice (Score:1)
Consider that charsets are difficult to understand for those that don't already understand them, which a truism, but r
Re:Nice (Score:1)
Send them both with all characters over 0x80 encoded as &#number; entities. Does that solve the problem?
Re:Nice (Score:1)
Re:Nice (Score:1)
What do you mean by "Apache::MP3 still needs to know how to encode the specific characters."? What encoding to declare the HTML as being in? It doesn't matter, if everything outside of 00-7F is turned into &#number; (or %xx in a URL -- which you do to the bytes, not the characters, incidentally).
Re:Nice (Score:1)
Reply to This
Parent
Re:Nice (Score:1)
However, you need to pick one of three encodings: as UTF8, as raw, or as an entity reference.
Re:Nice (Score:1)