[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Problems with case folding of UTF-8



On Sat, Dec 22, 2001 at 07:32:34PM +0100, Pierangelo Masarati wrote:
> Your string should be some
> 
> 	"cn=Stig Ven\<hex><hex>s, dc=my-domain,dc=com"
> 
> This is my ignorance: should I accept a UTF-8 string and
> turn it into an escaped one or what?  Please help.

I think you should accept UTF-8 without hex escapes, and I think the
normalized form should have minimal escaping as well, mainly because
it is shorter and easier to parse. See 2.4 in RFC 2253, or bis.

Stig