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=15133>. 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=15133 Problems serializing german umlauts ------- Additional Comments From [EMAIL PROTECTED] 2003-06-09 21:52 ------- This is something we need to look at. I see the patch does set the needsEncoding flag that is mostly correct, but I do not want to put it into Axis1.1, as I want to get it right 1. we also need to encode everything <ascii 32, 'cept for tab and crlf. 2. we need to reject ASCII 0 with an exception (c.f another open bug) 3. we dont want to escape everything >127 bytes when using some encoding like 8859-1; it would be very, very inefficient. because of (3) we need the encoding to know the destination string encoding and do the right thing. Which is why this is a more complex problem than a simple extension of the case statement. On the plus side, we can test this all very easily :)
