Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jcodings/specific/BaseUTF8Encoding.java
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ abstract class BaseUTF8Encoding extends UnicodeEncoding {
static final boolean USE_INVALID_CODE_SCHEME = true;

protected BaseUTF8Encoding(int[]EncLen, int[][]Trans) {
super("UTF-8", 1, 6, EncLen, Trans);
super("UTF-8", 1, 4, EncLen, Trans);
isUTF8 = true;
}

0 comments on commit 25c4507

Please sign in to comment.