|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides handy Extended Wylie-inspired names for Unicode codepoints commonly used to represent Tibetan. The consonant that the Extended Wylie text "ka" refers to is named EWC_ka as in "The Extended Wylie Consonant ka", the vowel represented in Extended Wylie by "i" is EWV_i, and so on. There is at least one exception to the naming scheme, but exceptions are well-commented.
LegalTshegBar
Field Summary | |
static char |
EW_ABSENT
for those times when you need a char to represent a non-existent codepoint |
static char |
EW_achung
In the word for father, "pA lags", there is an a-chung (i.e., ཱ ). |
static char |
EWC_a
|
static char |
EWC_achen
Note the irregular name. |
static char |
EWC_ba
|
static char |
EWC_ca
|
static char |
EWC_cha
|
static char |
EWC_da
|
static char |
EWC_dza
|
static char |
EWC_ga
|
static char |
EWC_ha
|
static char |
EWC_ja
|
static char |
EWC_ka
first letter of the alphabet: |
static char |
EWC_kha
|
static char |
EWC_la
|
static char |
EWC_ma
|
static char |
EWC_na
|
static char |
EWC_nga
|
static char |
EWC_nya
|
static char |
EWC_pa
|
static char |
EWC_pha
|
static char |
EWC_ra
|
static char |
EWC_sa
|
static char |
EWC_sha
|
static char |
EWC_ta
|
static char |
EWC_tha
|
static char |
EWC_tsa
|
static char |
EWC_tsha
|
static char |
EWC_wa
|
static char |
EWC_ya
|
static char |
EWC_za
|
static char |
EWC_zha
|
static char |
EWSUB_la_btags
subscribed form of EWC_la |
static char |
EWSUB_ra_btags
subscribed form of EWC_ra |
static char |
EWSUB_wa_zur
subscribed form of EWC_wa, also known as wa-btags |
static char |
EWSUB_ya_btags
subscribed form of EWC_ya |
static char |
EWV_e
"'greng bu" (also known as "'greng po", and pronounced dang-bo), the 'a' sound in the English word gate: |
static char |
EWV_i
"gi gu", the 'i' sound in the English word keep: |
static char |
EWV_o
"na ro", the 'o' sound in the English word bone: |
static char |
EWV_u
"zhabs kyu", the 'u' sound in the English word tune: |
static byte |
NORM_NFC
Refers to Normalization Form C: |
static byte |
NORM_NFD
Refers to Normalization Form D: |
static byte |
NORM_NFKC
Refers to Normalization Form KC: |
static byte |
NORM_NFKD
Refers to Normalization Form KD: |
static byte |
NORM_NFTHDL
Refers to Normalization Form THDL, which is NFD except for U+0F77 and U+0F79 , which are
normalized according to NFKD. |
static byte |
NORM_UNNORMALIZED
Refers to unnormalized Unicode: |
Field Detail |
public static final byte NORM_UNNORMALIZED
public static final byte NORM_NFC
public static final byte NORM_NFKC
public static final byte NORM_NFD
public static final byte NORM_NFKD
public static final byte NORM_NFTHDL
U+0F77
and U+0F79
, which are
normalized according to NFKD. This is the One True
Normalization Form, as it leaves no precomposed codepoints and
does not normalize U+0F0C
.
public static final char EW_ABSENT
public static final char EWC_ka
public static final char EWC_kha
public static final char EWC_ga
public static final char EWC_nga
public static final char EWC_ca
public static final char EWC_cha
public static final char EWC_ja
public static final char EWC_nya
public static final char EWC_ta
public static final char EWC_tha
public static final char EWC_da
public static final char EWC_na
public static final char EWC_pa
public static final char EWC_pha
public static final char EWC_ba
public static final char EWC_ma
public static final char EWC_tsa
public static final char EWC_tsha
public static final char EWC_dza
public static final char EWC_wa
public static final char EWC_zha
public static final char EWC_za
public static final char EWC_achen
'a
.
public static final char EWC_ya
public static final char EWC_ra
public static final char EWC_la
public static final char EWC_sha
public static final char EWC_sa
public static final char EWC_ha
public static final char EWC_a
public static final char EW_achung
ཱ
). This is the constant for that little
guy.
public static final char EWV_i
public static final char EWV_u
public static final char EWV_e
public static final char EWV_o
public static final char EWSUB_wa_zur
public static final char EWSUB_ya_btags
public static final char EWSUB_ra_btags
public static final char EWSUB_la_btags
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |