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=5714>.
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=5714

XMLInputSource does not resolve correctly when user.dir has an umlaut (e.g. �) in its 
path

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-01-25 17:23 -------
Xerces-J will help resolve some simple DOS path names into valid URI's (for 
instance, it will change "\" characters to "/"), but that's a convenience to 
the user that it doesn't apply in general.  In particular, characters that 
aren't part of the US-ASCII character set aren't permitted in a URI in an 
unescaped form, and Xerces-J doesn't perform the transformation to the valid 
escaped encoding - in your example, the letter "�" should be encoded as %fc (I 
think).

See http://www.ietf.org/rfc/rfc2396.txt for the syntax of URI's.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to