Check if a String is in UTF8
807603Dec 31 2007 — edited Jan 9 2008How can I verify that the content of a String variable is in UTF8 or not.
For example:
String s = new String("��������������");
how can I verify that s is having UTF8 string or not.
Regards,
-vc