Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
UTF-16/32 are actually replicas of the BE versions.
  • Loading branch information
headius committed Mar 13, 2015
1 parent 1293de7 commit 6f74302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/jcodings/EncodingList.java
Expand Up @@ -133,8 +133,8 @@ final class EncodingList {
{"R", "UTF8-MAC", "UTF-8"},
{"A", "UTF-8-MAC", "UTF8-MAC"},
{"A", "UTF-8-HFS", "UTF8-MAC" /* Emacs 23.2 */},
{"D", "UTF-16"},
{"D", "UTF-32"},
{"R", "UTF-16", "UTF-16BE"},
{"R", "UTF-32", "UTF-32BE"},
{"A", "UCS-2BE", "UTF-16BE"},
{"A", "UCS-4BE", "UTF-32BE"},
{"A", "UCS-4LE", "UTF-32LE"},
Expand Down

0 comments on commit 6f74302

Please sign in to comment.