![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: UTF-8: Trying to make sense of form inputby ikegami (Patriarch) |
on Aug 16, 2009 at 01:31 UTC ( #788955=note: print w/replies, xml ) | Need Help?? |
Don't look at is_utf8. That's going down the wrong path.
If param foo is encoded using UTF-8 and consists of text with HTML entities, you want
Don't forget to encode the result if you output it in part of full (using encode or binmode :encoding on the output handle).
In Section
Seekers of Perl Wisdom
|
|