Fixed decimal example text

This commit is contained in:
Willem Cazander 2025-01-07 01:05:37 +01:00
parent 055815712a
commit 309f292aa4

View file

@ -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.
/// (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
/// @version 1.0 Dec 22, 2024
@ -52,8 +52,7 @@ public enum FCDotCDC1604DashP6 implements FourCornerX06BaklavaPoints, FourCorner
/// 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.
/// Example ascii "012" is
/// 0 = __PIE NX01_A NX01_A (__PIE T001 PART_1)
/// 12 = __PIE NX09_I NX01_A NX02_B (__PIE T009 PART_1+2)
/// 012 = __PIE NX10_J NX01_A NX02_B NX02_C
__PIE('\u0001'),
/// Select packed pie terminator number.
/// First NXX P6 is terminator select, than next NXX P6 are values, until out of range.