I have to test a web app and its API for UTF-8 strings.
Webapp has a text field and its API has corresponding getter method, I have to make sure UTF-8 will work, how do I do that?
I have to test a web app and its API for UTF-8 strings.
Webapp has a text field and its API has corresponding getter method, I have to make sure UTF-8 will work, how do I do that?
You could put in characters outside of the standard ASCII set - i.e. anything above 127 or 255 in the character levels and see that they come out the other end of the API correctly.
Here is a character map generator: