Repository: logging-log4j2 Updated Branches: refs/heads/master 1a94c06e5 -> 5f99a5d05
[LOG4J2-2053] Exception java.nio.charset.UnsupportedCharsetException: cp65001 in 2.9.0. Add another entry. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/5f99a5d0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/5f99a5d0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/5f99a5d0 Branch: refs/heads/master Commit: 5f99a5d05254dc81a8c9c649e944f991f94529fa Parents: 1a94c06 Author: Gary Gregory <[email protected]> Authored: Wed Oct 11 09:18:36 2017 -0600 Committer: Gary Gregory <[email protected]> Committed: Wed Oct 11 09:18:36 2017 -0600 ---------------------------------------------------------------------- log4j-api/src/main/resources/Log4j-charsets.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5f99a5d0/log4j-api/src/main/resources/Log4j-charsets.properties ---------------------------------------------------------------------- diff --git a/log4j-api/src/main/resources/Log4j-charsets.properties b/log4j-api/src/main/resources/Log4j-charsets.properties index 3dee634..60a7f94 100644 --- a/log4j-api/src/main/resources/Log4j-charsets.properties +++ b/log4j-api/src/main/resources/Log4j-charsets.properties @@ -29,4 +29,5 @@ cp57007 = x-ISCII91 cp57004 = x-ISCII91 cp57005 = x-ISCII91 cp57008 = x-ISCII91 -cp57009 = x-ISCII91 \ No newline at end of file +cp57009 = x-ISCII91 +cp708 = ISO-8859-6
