From the converter GUI, you can now choose TMW->ACIP text and

TMW->Wylie text.  All the conversions show you which format they take
as input and which format they give as output.

File filter for ACIP files added.

The GUI converter suggests a file extension wisely.

Fixed newline bug in ACIP->Unicode converter.
This commit is contained in:
dchandler 2003-09-05 02:05:34 +00:00
parent 4abbf6db37
commit 5c240ac072
5 changed files with 98 additions and 43 deletions

View file

@ -443,6 +443,7 @@ class ACIPRules {
superACIP2unicode.put(";", "\u0F11");
superACIP2unicode.put("\r", "\r");
superACIP2unicode.put("\t", "\t");
superACIP2unicode.put("\r\n", "\r\n");
superACIP2unicode.put("\n", "\n");
superACIP2unicode.put("\\", "\u0F84"); // DLC FIXME: make this like a vowel
// DLC FIXME: what's the Unicode for caret, ^?