From 309f292aa44da35e71629d4a60310004e07120ac Mon Sep 17 00:00:00 2001 From: Willem Date: Tue, 7 Jan 2025 01:05:37 +0100 Subject: [PATCH] Fixed decimal example text --- .../java/org/x4o/o2o/fc18/zero33/FCDotCDC1604DashP6.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nx01-x4o-o2o/src/main/java/org/x4o/o2o/fc18/zero33/FCDotCDC1604DashP6.java b/nx01-x4o-o2o/src/main/java/org/x4o/o2o/fc18/zero33/FCDotCDC1604DashP6.java index ba1c1ba..229b646 100644 --- a/nx01-x4o-o2o/src/main/java/org/x4o/o2o/fc18/zero33/FCDotCDC1604DashP6.java +++ b/nx01-x4o-o2o/src/main/java/org/x4o/o2o/fc18/zero33/FCDotCDC1604DashP6.java @@ -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.