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:
parent
0b849aed97
commit
689c1910aa
4 changed files with 484 additions and 0 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue