Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/jcodings/Encoding.java
Original file line number Diff line number Diff line change
@@ -548,6 +548,7 @@ public static boolean isWordGraphPrint(int ctype) {
ctype == CharacterType.PRINT;
}

@Deprecated
public final int mbcodeStartPosition() {
return minLength() > 1 ? 0 : 0x80;
}

0 comments on commit ae272b1

Please sign in to comment.