Author: ggregory
Date: Sat Mar 12 06:49:16 2011
New Revision: 1080872
URL: http://svn.apache.org/viewvc?rev=1080872&view=rev
Log:
Deal with Unicode chars in what should be an ASCII file.
Modified:
commons/proper/codec/trunk/RELEASE-NOTES.txt
Modified: commons/proper/codec/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/RELEASE-NOTES.txt?rev=1080872&r1=1080871&r2=1080872&view=diff
==============================================================================
--- commons/proper/codec/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/codec/trunk/RELEASE-NOTES.txt Sat Mar 12 06:49:16 2011
@@ -12,7 +12,7 @@ Changes in this version include:
New features:
o Add test(s) to check that encodeBase64() does not chunk output. Issue:
CODEC-93. Thanks to sebb.
o ArrayIndexOutOfBoundsException when doing multiple reads() on encoding
Base64InputStream. Issue: CODEC-105. Thanks to zak.
-o Add the "Kölner Phonetik" encoder (cologne phonetic) to codec.lang. Issue:
CODEC-106. Thanks to it2mmeyerfa.
+o Add the Cologne Phonetic to codec.lang. Issue: CODEC-106. Thanks to
it2mmeyerfa.
o org.apache.commons.codec.net.URLCodec.ESCAPE_CHAR isn't final but should be.
Issue: CODEC-111. Thanks to ggregory.
o Base64.encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe,
int maxResultSize) throws IAE for valid maxResultSize if isChunked is false.
Issue: CODEC-112. Thanks to sebb.
o org.apache.commons.codec.language.RefinedSoundex.US_ENGLISH_MAPPING should
be package protected MALICIOUS_CODE. Issue: CODEC-113. Thanks to ggregory.