Added negative CJK 123 and prepared to move most APL to above greek
This commit is contained in:
parent
4c6072a4ab
commit
5d0246a069
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ public enum FCDotPIE9DDash25 implements FourCornerDotCollePie9 {
|
|||
CHI('Χ'),
|
||||
PSI('Ψ'),
|
||||
OMEGA('Ω'),
|
||||
NXX_25('∇'), // ∇ = FROM APL
|
||||
SEX_FEMALE('♀'),
|
||||
;
|
||||
private final List<Integer> codePointDisplay;
|
||||
|
||||
|
|
Loading…
Reference in a new issue