How to test UTF-8 strings in Java

Posted by goutham on Stack Overflow See other posts from Stack Overflow or by goutham
Published on 2010-04-21T16:19:19Z Indexed on 2010/04/21 16:23 UTC
Read the original article Hit count: 196

Filed under:

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?

© Stack Overflow or respective owner

Related posts about java