remove non-printable characters
Monday, 15 June 2009
java: remove non-printable characters
static private String removeNonPrintableCharsUtf8(String buffer)
{
return buffer.replaceAll("\\p{So}", "");
}
Newer Posts
Home
Subscribe to:
Posts (Atom)
Followers
Blog Archive
▼
2009
(1)
▼
June
(1)
java: remove non-printable characters
About Me
dudu
View my complete profile