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

@ -56,7 +56,6 @@ public class ConverterGUI implements FontConversion, FontConverterConstants {
ps = new PrintStream(new FileOutputStream(newFile),
false),
whichConversion,
false, // DLC FIXME add a checkbox
warningLevel);
ps.close();
} catch (FileNotFoundException e) {