in reply to Re^4: How to avoid decoding string to utf-8.
in thread How to avoid decoding string to utf-8.
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: How to avoid decoding string to utf-8.
by Anonymous Monk on Oct 12, 2020 at 09:32 UTC | |
by Corion (Patriarch) on Oct 12, 2020 at 09:35 UTC |