Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

unicode strings turkish characters

807607Jan 26 2007 — edited Jan 27 2007
i have an application that has to remove punctuation marks before processing i itirate over the string char by char and check each one with isLetterOrDigit and remove when it return false i print the string before processing and Turkish characters are fine they print on my terminal which is set utf-8 but after processing all Turkish characters are removed and only ascii characters return true and all the non ascii character are removed from the string. am i missing something while using character class.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 24 2007
Added on Jan 26 2007
14 comments
1,549 views