Fixed decimal example text
This commit is contained in:
parent
055815712a
commit
309f292aa4
|
@ -36,7 +36,7 @@ import org.x4o.o2o.fc18.FourCornerX21CodePoints;
|
||||||
/// 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 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 zero is: real ONE, relative ONE, relative ONE.
|
/// With pie's the path to the china zero is: real ONE, relative ONE, relative ONE.
|
||||||
///
|
///
|
||||||
/// @author Willem Cazander
|
/// @author Willem Cazander
|
||||||
/// @version 1.0 Dec 22, 2024
|
/// @version 1.0 Dec 22, 2024
|
||||||
|
@ -52,8 +52,7 @@ public enum FCDotCDC1604DashP6 implements FourCornerX06BaklavaPoints, FourCorner
|
||||||
/// Select packed pie terminator symbol.
|
/// Select packed pie terminator symbol.
|
||||||
/// A = 1, first P6 is terminator select, than next P6 _A++ select pie part 1-27, until other P6 stops it.
|
/// A = 1, first P6 is terminator select, than next P6 _A++ select pie part 1-27, until other P6 stops it.
|
||||||
/// Example ascii "012" is
|
/// Example ascii "012" is
|
||||||
/// 0 = __PIE NX01_A NX01_A (__PIE T001 PART_1)
|
/// 012 = __PIE NX10_J NX01_A NX02_B NX02_C
|
||||||
/// 12 = __PIE NX09_I NX01_A NX02_B (__PIE T009 PART_1+2)
|
|
||||||
__PIE('\u0001'),
|
__PIE('\u0001'),
|
||||||
/// Select packed pie terminator number.
|
/// Select packed pie terminator number.
|
||||||
/// First NXX P6 is terminator select, than next NXX P6 are values, until out of range.
|
/// First NXX P6 is terminator select, than next NXX P6 are values, until out of range.
|
||||||
|
|
Loading…
Reference in a new issue