I've seen some browsers encode (for example) é as %E9 (ISO-8859-1) or %C3%A9 (UTF-8) and I'm not sure which one is correct. Is there a way to see what encoding that the request is intended to be interpreted as?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
The URI scheme decides how the URI should be encoded. For new URI schemes, UTF-8 is recommended:
For IRIs, the corresponding URI has to be encoded in UTF-8:
|
|||
|
|
|
No. It's entirely up to the server to decide how to encode non-ASCII characters. Unfortunately. |
|||
|
|