TM->TMW conversion has no known bugs. Oddballs have been

comprehensively handled.
This commit is contained in:
dchandler 2003-06-29 03:03:07 +00:00
parent 689c1910aa
commit 7938648ca8
5 changed files with 40 additions and 6 deletions

View file

@ -183,6 +183,8 @@ public class TibetanConverter implements FontConverterConstants {
try {
// Read in the rtf file.
if (debug) System.err.println("Start: reading in old RTF file");
if (!ThdlOptions.getBooleanOption("thdl.do.not.fix.rtf.hex.escapes"))
in = new RTFFixerInputStream(in);
dp.rtfEd.read(in, dp.getDocument(), 0);
if (debug) System.err.println("End : reading in old RTF file");
} catch (Exception e) {