Repository: logging-log4j2 Updated Branches: refs/heads/master 0049d85a4 -> 60636bafb
[LOG4J2-2053] Exception java.nio.charset.UnsupportedCharsetException: cp65001 in 2.9.0 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/60636baf Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/60636baf Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/60636baf Branch: refs/heads/master Commit: 60636bafbb178b2b5e30b54dd7f1575426281583 Parents: 0049d85 Author: Gary Gregory <[email protected]> Authored: Tue Oct 10 16:54:26 2017 -0600 Committer: Gary Gregory <[email protected]> Committed: Tue Oct 10 16:54:26 2017 -0600 ---------------------------------------------------------------------- .../main/resources/Log4j-charsets.properties | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/60636baf/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 22f7be8..3dee634 100644 --- a/log4j-api/src/main/resources/Log4j-charsets.properties +++ b/log4j-api/src/main/resources/Log4j-charsets.properties @@ -1,4 +1,5 @@ # Mapping based on https://msdn.microsoft.com/en-us/en-en/library/windows/desktop/dd317756(v=vs.85).aspx +# Reference for supported Java encodings: https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html cp65001 = UTF-8 cp20127 = US-ASCII cp54936 = gb18030 @@ -7,3 +8,25 @@ cp28593 = iso-8859-3 cp28594 = iso-8859-4 cp28595 = iso-8859-5 cp28596 = iso-8859-6 +cp28597 = iso-8859-7 +cp28598 = iso-8859-8 +cp28599 = iso-8859-9 +cp28603 = iso-8859-13 +cp28605 = iso-8859-15 +cp51949 = euc-kr +cp20866 = koi8-r +cp21866 = koi8-u +cp10000 = x-MacRoman +cp10006 = x-MacGreek +cp10007 = x-MacCyrillic +cp10029 = x-MacCentralEurope +cp10081 = x-MacTurkish +cp57002 = x-ISCII91 +cp57003 = x-ISCII91 +cp57011 = x-ISCII91 +cp57010 = x-ISCII91 +cp57007 = x-ISCII91 +cp57004 = x-ISCII91 +cp57005 = x-ISCII91 +cp57008 = x-ISCII91 +cp57009 = x-ISCII91 \ No newline at end of file
