prepare todo FC18, move embedded unicode to a sand worm
This commit is contained in:
parent
92f498490b
commit
e8d89edbfd
3 changed files with 4 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ public enum FourCornerUnicodeMapper {
|
|||
return result;
|
||||
}
|
||||
|
||||
@Deprecated // TODO: move to sand worm
|
||||
public List<Integer> embedUNI2K(String value) {
|
||||
List<Integer> result = new ArrayList<>(value.length());
|
||||
PrimitiveIterator.OfInt i = value.codePoints().iterator();
|
||||
|
|
|
|||
|
|
@ -335,8 +335,10 @@ public enum FourCornerDotCake {
|
|||
FC_SAND_KHORKHOI(0x27000, 32768, "Sand octals of large khorkhoi"),
|
||||
|
||||
/// Support lower 11 bit of unicode to be encoded with one cake point.
|
||||
@Deprecated // TODO: move to sand worm
|
||||
FC_UNI2K_11(0x30000 - 4096, 2048, "Unicode page point"),
|
||||
/// Optional select for the 11 bit half word, to get full 21 bit unicode-one point.
|
||||
@Deprecated // TODO: move to sand worm
|
||||
FC_UNI2K_22(0x30000 - 2048, 2048, "Unicode page select"),
|
||||
|
||||
// =========== Allow big terminators to learn a computer math
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue