Added negative CJK 123 and prepared to move most APL to above greek

This commit is contained in:
Willem Cazander 2025-01-23 02:21:09 +01:00
parent 4c6072a4ab
commit 5d0246a069
4 changed files with 7 additions and 9 deletions

View file

@ -63,7 +63,7 @@ public enum FCDotPIE9CDash25 implements FourCornerDotCollePie9 {
LOW_CHI('χ'),
LOW_PSI('ψ'),
LOW_OMEGA('ω'), // = FROM APL
APL_REMARK('⍝'), // = FROM APL
SEX_MALE('♂'),
;
private final List<Integer> codePointDisplay;

View file

@ -37,10 +37,8 @@ import org.x4o.fc18.cake2.zero33.FCDotCDC1604DashP6;
*/
public enum FCDotPIE9DDash02 implements FourCornerDotCollePie9 {
// Symbols from MSX KANJI KuTen-164
NXX_1('♂'),
NXX_2('♀'),
NXX_1(' '),
NXX_2(' '),
;
private final List<Integer> codePointDisplay;

View file

@ -37,9 +37,9 @@ import org.x4o.fc18.cake2.zero33.FCDotCDC1604DashP6;
*/
public enum FCDotPIE9DDash03 implements FourCornerDotCollePie9 {
NXX_1(' '),
NXX_2(' '),
NXX_3(' '),
CJK_NEG_1('一', '\u20E5'),
CJK_NEG_2('二', '\u20E5'),
CJK_NEG_3('三', '\u20E5'),
;
private final List<Integer> codePointDisplay;

View file

@ -63,7 +63,7 @@ public enum FCDotPIE9DDash25 implements FourCornerDotCollePie9 {
CHI('Χ'),
PSI('Ψ'),
OMEGA('Ω'),
NXX_25('∇'), // = FROM APL
SEX_FEMALE('♀'),
;
private final List<Integer> codePointDisplay;