> Since characters in Java are UNICODE, what does this code do when it
encounters a character who's code point is greater than 0xFF?
> My suggestion, is to first encode the path as a UTF-8 byte array, then
encode the bytes according to this algorithm

Yes, the writer should probably use the "UTF-8" encoding.

Remy


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

Reply via email to