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

Re: Problem testing slapd utf-8 support



On Wed, Aug 07, 2002 at 12:59:28PM +0200, Horgan, Allan wrote:
> The following add fails:
> dn: cn=SysAd,dc=my-domain,dc=com
> objectclass: organizationalRole
> cn:SysAd
> description: char hangugo[9] = { 0xEd, 0x95, 0xEA, 0xB5, 0xAD, 0xEC, 0x96,
> 0xB4, '\0'};
> 
> (This word "hangugo", is an example of a Korean word from rfc2279.txt -
> utf-8 rfc)

It can be added just fine if you use the correct string. You're missing
0x9C between the 0x95 and 0xEA.

Stig