TMW->EWTS, TMW->ACIP, and ACIP->Unicode/TMW now support more appendages. Personal correspondence with Robert Chilton led me to support, besides 'am, 'ang, 'o, 'i, and 'u, the following:
'e (used in foreign transliteration) 'ongs 'is 'os 'ur 'us 'ung
This commit is contained in:
parent
5e18feb47d
commit
8c99adeb63
6 changed files with 116 additions and 38 deletions
|
@ -65,6 +65,10 @@ public interface THDLWylieConstants {
|
|||
*/
|
||||
public static final String SA = "s";
|
||||
/**
|
||||
* the Wylie for the consonant ra:
|
||||
*/
|
||||
public static final String RA = "r";
|
||||
/**
|
||||
* the Wylie for the 16th of the 30 consonants, ma:
|
||||
*/
|
||||
public static final String MA = "m";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue