Added tombstone remark

This commit is contained in:
Willem Cazander 2025-01-15 20:08:03 +01:00
parent cc8801ab24
commit 02a1b1c1ff

View file

@ -62,7 +62,7 @@ public enum FCDotPIE9CDash25 implements FourCornerX06BaklavaPoints, FourCornerX0
UBARLOW_CHI('χ', '\u0332'), UBARLOW_CHI('χ', '\u0332'),
UBARLOW_PSI('ψ', '\u0332'), UBARLOW_PSI('ψ', '\u0332'),
UBARLOW_OMEGA('⍹', '\u0332'), // FROM APL UBARLOW_OMEGA('⍹', '\u0332'), // FROM APL
APL_REMARK('⍝', '\u0332'), APL_REMARK('⍝', '\u0332'), // FROM APL, is now a underbar tombstone
; ;
private final int[] codePoints; private final int[] codePoints;