Hi guys,
I want to check Surrogates within a string in Android, any-one know how to do this.........
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Aug 1, 2011, 1:22 AM
Use - Character.isSurrogate('a');
If you are using Mono,
Char.IsSurrogate('a')
Jaganathan BantheswaranPosted Aug 1, 2011, 1:15 AM
Which one you are using Mono or Eclipse ?