Name: nl37777 Date: 04/27/2004
The javax.naming.ldap.LdapName class description specifies
that names can use "the full 16-bit Unicode character set". The Rdn
class similarly mentions 16-bit Unicode characters.
Unicode is no longer limited to 16-bit characters, and the J2SE Tiger
release provides support for supplementary characters. According to
###@###.###, the LDAP specification does not impose a
16-bit limit either.
The restriction to 16-bit characters is therefore inappropriate and
needs to be removed.
======================================================================