DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27788>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27788 [Codec][PATCH] Inconsistent use of the word 'encodning' in the URLCodec API Summary: [Codec][PATCH] Inconsistent use of the word 'encodning' in the URLCodec API Product: Commons Version: 1.2 Final Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Codec AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This patch deprecates URLCodec#getEncoding method and replaces it with URLCodec#getCharSet method, because the term encoding is used in RFC1522 to refer to the encoding/decoding algorithm, whereas charset is used to refer to the character set associated with the unencoded text. Let me know if you agree/disagree Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
