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:
parent
4abbf6db37
commit
5c240ac072
5 changed files with 98 additions and 43 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue