Skip to content

Commit

Permalink
fix ISO8859 case fold map and make test_iso_8859 clean
Browse files Browse the repository at this point in the history
  • Loading branch information
lopex committed Apr 18, 2018
1 parent b86ac8c commit 8cb5550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jcodings/specific/ISO8859_5Encoding.java
Expand Up @@ -141,7 +141,7 @@ public int mbcCaseFold(int flag, byte[]bytes, IntHolder pp, int end, byte[]lower
{ 0xbb, 0xdb },
{ 0xbc, 0xdc },
{ 0xbd, 0xdd },
{ 0xbe, 0xdf },
{ 0xbe, 0xde },
{ 0xbf, 0xdf },

{ 0xc0, 0xe0 },
Expand Down

0 comments on commit 8cb5550

Please sign in to comment.