Community
Participate
Working Groups
build 20020716 RTFWriter.write currently checks if the text segment to write contains characters that need to be escaped ({, }, \). If there is such a character the entire text segment is written one character at a time. This could be improved by always writing segments from one escaped character to the next. Performance would be the same if the text has no escaped character and it should be a lot better if there are escaped characters.
Rewrote StyledText.RTFWriter.write(String,int,int) as part of fixing bug 20696. Fixed in > 20020730
*** Bug 32334 has been marked as a duplicate of this bug. ***