To deal with java.swing.text.rtf bugs regarding hexadecimal escape

sequences, I've created RTFFixerInputStream.  It turns illegal hexadecimal
escapes into Unicode escapes.
This commit is contained in:
dchandler 2003-06-29 02:30:08 +00:00
parent 0b849aed97
commit 689c1910aa
4 changed files with 484 additions and 0 deletions

View file

@ -41,6 +41,7 @@
</classpath>
<formatter type="xml"/><!-- If not XML, then 'ant -buildfile
build.xml check-report' will fail. -->
<test name="org.thdl.util.RTFFixerInputStreamTest"/>
<test name="org.thdl.tib.input.DuffPaneTest"/>
<test name="org.thdl.util.ThdlLazyExceptionTest"/>
<test name="org.thdl.util.TrieTest"/>