Small update in CDC doc to reflect some name changes
This commit is contained in:
parent
f08d72d757
commit
534d9861ea
|
@ -32,7 +32,7 @@ import org.x4o.o2o.fc18.FourCornerX21CodePoints;
|
||||||
///
|
///
|
||||||
/// This is used as the first 64 word numbers of the china four corner method, and acts like ascii glue for adult 18 bit computers.
|
/// This is used as the first 64 word numbers of the china four corner method, and acts like ascii glue for adult 18 bit computers.
|
||||||
///
|
///
|
||||||
/// ASCII 8 bit can only encoding 10 number glyphs, this 6 bit format can encode 378 different number glyphs.
|
/// ASCII 8 bit can only encoding 10 number glyphs, this 6 bit format can encode 378 different number and math glyphs.
|
||||||
/// (1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20+21+22+23+24+25+26+27)
|
/// (1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17+18+19+20+21+22+23+24+25+26+27)
|
||||||
///
|
///
|
||||||
/// With pie's the path to the china zero is: real ONE, relative ONE, relative ONE.
|
/// With pie's the path to the china zero is: real ONE, relative ONE, relative ONE.
|
||||||
|
@ -41,7 +41,7 @@ import org.x4o.o2o.fc18.FourCornerX21CodePoints;
|
||||||
/// @version 1.0 Dec 22, 2024
|
/// @version 1.0 Dec 22, 2024
|
||||||
///
|
///
|
||||||
public enum FCDotCDC1604DashP6 implements FourCornerX06BaklavaPoints, FourCornerX08MuffinPoints, FourCornerX18CakePoints, FourCornerX21CodePoints {
|
public enum FCDotCDC1604DashP6 implements FourCornerX06BaklavaPoints, FourCornerX08MuffinPoints, FourCornerX18CakePoints, FourCornerX21CodePoints {
|
||||||
// [__NUL][__PIE][__GLUE][__ESC] [__LINE][__SPACE]?! {}[] ()<>
|
// [__NUL][__PIE][__PIN][__ESC6] [_LINE][_SPACE]?! {}[] ()<>
|
||||||
// ~+-* ,.:; '"`^ =#$%
|
// ~+-* ,.:; '"`^ =#$%
|
||||||
// |_\/ @ABC DEFG HIJK
|
// |_\/ @ABC DEFG HIJK
|
||||||
// LMNO PQRS TUVW XYZ&
|
// LMNO PQRS TUVW XYZ&
|
||||||
|
|
Loading…
Reference in a new issue