I want to Identify given string is double byte character set or not, using java?
Thanks
A String does not have a character set property, in fact, it is always UTF-16 (16 bit used for each char).
String