A reverter that converts Unicode to computer-friendly (but not, yet,
human-friendly) EWTS is here in alpha mode. It probably doesn't deal well with non-Tibetan.
This commit is contained in:
parent
00afd75362
commit
5788416629
13 changed files with 496 additions and 47 deletions
|
@ -798,6 +798,7 @@ public class EWTSTest extends TestCase {
|
|||
just_ewts2uni_test("\\uefff", "\uefff");
|
||||
}
|
||||
|
||||
ewts2uni_test("kaHH", "\u0F40\u0f7f\u0f7f");
|
||||
|
||||
// Below was semiautomatically generated from the EWTS spec's
|
||||
// 'ewts.xml' representation (early August 2004 edition):
|
||||
|
|
|
@ -405,6 +405,12 @@ class TPairListFactory {
|
|||
|
||||
"\u0f74", THDLWylieConstants.u_VOWEL,
|
||||
|
||||
// TODO(dchandler): equivalence classes I'm not
|
||||
// sure.
|
||||
// http://iris.lib.virginia.edu/tibet/xml/showEssay.php?xml=/tools/encodingTib.xml
|
||||
// says to go above base and then upwards. Think
|
||||
// it over.
|
||||
|
||||
// equivalence class:
|
||||
"\u0f72", THDLWylieConstants.i_VOWEL,
|
||||
"\u0f7a", THDLWylieConstants.e_VOWEL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue