unicode strings turkish characters
807607Jan 26 2007 — edited Jan 27 2007i 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.