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

RE: UTF-8 ?? Correction



At 12:23 PM 10/11/00 +0200, De Leeuw guy wrote:
>Hi Kurt,
>Thank's for your respons.
>But in this case, how can I check if a server or an entry or a value is an
>UTF-8 format ?

The following provides a fairly clear and concise description
of UTF-8... from this you should be able to code a base UTF-8
validation routine.

  http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8

Also note that OpenLDAP 2.0 returns syntax violations of any
value of an attribute type of directoryString syntax which is
not UTF-8.

Kurt