You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/07/10 00:45:11 UTC

DO NOT REPLY [Bug 21452] - Writing to UTF-8 can be faster by not using s.charAt(i) when looping through chars in the input String

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21452>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21452

Writing to UTF-8 can be faster by not using s.charAt(i) when looping through chars in the input String





------- Additional Comments From minchau@ca.ibm.com  2003-07-09 22:45 -------
Created an attachment (id=7197)
Patch to org.apache.xml.serializer to make WriterToUTF8Buffered faster