DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22489>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22489

[lang]patch] StringUtils.isAsciiPrintable()





------- Additional Comments From [EMAIL PROTECTED]  2004-02-23 19:26 -------
Yes, I agree that the name of the method sould be isAsciiPrintable() instead,
the same scheme as in StringEscapeUtils.

The following methods in CharUtils also needs to be renamed:
isASCII -> isAscii
isASCIIPrintable -> isAsciiPrintable
isASCIIControl -> isAsciiControl
isASCIIAlpha -> isAsciiAlpha
isASCIIAlphaUpper -> isAsciiAlphaUpper
isASCIIAlphaLower -> isAsciiAlphaLower
isASCIINumeric -> isAsciiNumeric
isASCIIAlphanumeric -> isAsciiAlphanumeric

Unless someone objects within 24h (is that sufficent?) I'll GA and rename the
methods in the attached patches and commit them. I'll rename the methods in
CharUtils (and CharUtilsTest) to use the same naming scheme too at the same time.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to