I'm trying to
find out how to encode special characters (outside 0..0x7F ASCII) in the
user's password prior to calculating the MD5 hash for use with Digest
Authentication. I've read RFC2617 (HTTP
Authentication: Basic and Digest Access Authentication) and can't find
any guidance.
Is UTF-8
encoding correct? where is it
specified?