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
|
|
@ -82,6 +82,7 @@ ROADMAP to make NX01 go outside of space-dock:
|
|||
TODO:
|
||||
|
||||
* (DONE) JPP: Finish JediTempleBase8InfinityOne
|
||||
* FC18: move embedded unicode to the octal sand worms
|
||||
* JPP: TeŀRáàmRȧñkEnumOperator𓄯 add Ismail al-Jazari blitter++ method
|
||||
* JPP: Remove tower of babel API + dusts(doc)
|
||||
* nether: Move lingua locale tree from JPP into nether as octals
|
||||
|
|
|
|||
|
|
@ -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