Skip to content

Commit af53c8f

Browse files
committed
Deal with Unicode chars in what should be an ASCII file.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1080872 13f79535-47bb-0310-9956-ffa450edef68
1 parent aa955dc commit af53c8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Changes in this version include:
1212
New features:
1313
o Add test(s) to check that encodeBase64() does not chunk output. Issue: CODEC-93. Thanks to sebb.
1414
o ArrayIndexOutOfBoundsException when doing multiple reads() on encoding Base64InputStream. Issue: CODEC-105. Thanks to zak.
15-
o Add the "Kölner Phonetik" encoder (cologne phonetic) to codec.lang. Issue: CODEC-106. Thanks to it2mmeyerfa.
15+
o Add the Cologne Phonetic to codec.lang. Issue: CODEC-106. Thanks to it2mmeyerfa.
1616
o org.apache.commons.codec.net.URLCodec.ESCAPE_CHAR isn't final but should be. Issue: CODEC-111. Thanks to ggregory.
1717
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.
1818
o org.apache.commons.codec.language.RefinedSoundex.US_ENGLISH_MAPPING should be package protected MALICIOUS_CODE. Issue: CODEC-113. Thanks to ggregory.

0 commit comments

Comments
 (0)