Skip to content

Commit ae272b1

Browse files
committedJan 19, 2018
deprecate mbcodeStartPosition
1 parent 9a0a9e4 commit ae272b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/org/jcodings/Encoding.java

+1
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ public static boolean isWordGraphPrint(int ctype) {
548548
ctype == CharacterType.PRINT;
549549
}
550550

551+
@Deprecated
551552
public final int mbcodeStartPosition() {
552553
return minLength() > 1 ? 0 : 0x80;
553554
}

0 commit comments

Comments
 (0)