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