![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re^5: How to avoid decoding string to utf-8.by Corion (Pope) |
on Oct 12, 2020 at 09:19 UTC ( #11122738=note: print w/replies, xml ) | Need Help?? |
If the data comes from a web application, consider that at least for form submissions, the browser sends you the character encoding in a header. If the web application sends the data by Javascript, talk to the web developers that they need to makes sure that their data is always UTF-8.
In Section
Seekers of Perl Wisdom
|
|