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=20304>. 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=20304 Dependency on sun.io.CharToByteConverter [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] ------- Additional Comments From [EMAIL PROTECTED] 2003-11-04 19:42 ------- I've applied a fix in CVS which should allow Xerces to compile and run on non- Sun based VMs. The change uses reflection to get at sun.io.CharToByteConverter, so it's no longer a compile time dependency nor is it required to be there at run time. The fall back for the serializer is to print any characters it's not sure about (since there's no converter available) as character references. Note that this behaviour is as it was before CharToByteConverter was added. I'm leaving this bug report open. In the long term, we probably need a better solution. We need to assess whether or not we want to use something like ICU (a new dependency for users), or something else that gets us the functionality which CharToByteConverter has been providing. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
