Fixed ACIP->Unicode spaces/tshegs and newlines, especially with shads.
"NGA," becomes "NGA-tsheg-," automatically now.
This commit is contained in:
parent
5c240ac072
commit
717c3b94f3
8 changed files with 151 additions and 107 deletions
|
@ -1161,8 +1161,9 @@ public static String getWylieForVowel(String s) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Gets the DuffCode required for a vowel, if
|
||||
* affixed to the given hashKey.
|
||||
* Gets the DuffCode required for a vowel, if affixed to the given
|
||||
* hashKey. Not as pretty as {@link
|
||||
* TibTextUtils#getVowel(DuffCode,DuffCode,String)}.
|
||||
* @param hashKey the key for the character the vowel is to be affixed
|
||||
* to; see {@link #getGlyph(String)} to learn about hash keys.
|
||||
* @param vowel the vowel you want the DuffCode for
|
||||
|
@ -1170,7 +1171,7 @@ public static String getWylieForVowel(String s) {
|
|||
* context, or null if there is no such vowel in
|
||||
* the context
|
||||
* @see DuffCode
|
||||
*/
|
||||
* @see TibTextUtils#getVowel(DuffCode,DuffCode,String) */
|
||||
public static DuffCode getVowel(String hashKey, int vowel) {
|
||||
DuffCode[] dc = (DuffCode[])tibHash.get(hashKey);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue