Their was a requirment to validate the other language input (may be hindi or Tamil) in
java. As we know localisation concepts which will take care of ONLY ocalizing the
string based on the locale. However it has nothing to do with other language input.
I was thing is there any started way to identifiy a unicode is char or a integer ? and how can i find the length of the input other lang string (because string.length() will give wrong length).
Please let me also know if you guys knows any framework for this. Thank you ;)