Hi all, I've added a small path to fix a bug with file connection's handling of unquoting unicode characters outside of basic plane. I forgot to update the position in the buffer in my first patch, so the attached patch fixes that.
cheers,
dalibor topic
2006-03-06 Dalibor Topic <[EMAIL PROTECTED]>
* gnu/java/net/protocol/file/Connection.java (unquote):
Update position in buffer after decoding a unicode character
outside of the basic plane.
