Used APL unicode point for low case greek
This commit is contained in:
parent
02a1b1c1ff
commit
4ccc03f109
|
@ -40,7 +40,7 @@ public enum FCDotPIE9CDash24 implements FourCornerX06BaklavaPoints, FourCornerX0
|
|||
|
||||
// Lower case greek from MSX KANJI KuTen-632 and KuTen-648
|
||||
|
||||
LOW_ALPHA('α'),
|
||||
LOW_ALPHA('⍺'), // FROM APL
|
||||
LOW_BETA('β'),
|
||||
LOW_GAMMA('γ'),
|
||||
LOW_DELTA('δ'),
|
||||
|
@ -48,7 +48,7 @@ public enum FCDotPIE9CDash24 implements FourCornerX06BaklavaPoints, FourCornerX0
|
|||
LOW_ZETA('ζ'),
|
||||
LOW_ETA('η'),
|
||||
LOW_THETA('θ'),
|
||||
LOW_IOTA('ι'),
|
||||
LOW_IOTA('⍳'), // FROM APL
|
||||
LOW_KAPPA('κ'),
|
||||
LOW_LAMBDA('λ'),
|
||||
LOW_MU('μ'),
|
||||
|
@ -56,14 +56,14 @@ public enum FCDotPIE9CDash24 implements FourCornerX06BaklavaPoints, FourCornerX0
|
|||
LOW_XI('ξ'),
|
||||
LOW_OMICRON('ο'),
|
||||
LOW_PI('π'),
|
||||
LOW_RHO('ρ'),
|
||||
LOW_RHO('⍴'), // FROM APL
|
||||
LOW_SIGMA('σ'),
|
||||
LOW_TAU('τ'),
|
||||
LOW_UPSILON('υ'),
|
||||
LOW_PHI('φ'),
|
||||
LOW_CHI('χ'),
|
||||
LOW_PSI('ψ'),
|
||||
LOW_OMEGA('ω'),
|
||||
LOW_OMEGA('⍵'), // FROM APL
|
||||
;
|
||||
private final int[] codePoints;
|
||||
|
||||
|
|
Loading…
Reference in a new issue