Closed Bug 5421 Opened 25 years ago Closed 25 years ago

International Letters

Categories

(Directory :: LDAP Java SDK, defect, P3)

x86
Windows NT
defect

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: meang, Assigned: chuckb)

Details

Hi

We are trying to create a search page with java. For the most people it works
fine. But for people who have international letters like é (e with an accent)
the problem occurs with LDAPEntry.getDN().
It seems to stop the network communication.

The use who have the problem is named annie stahél
When I try to use LDAPEntry.getDN() is only returns cn=Annie Stah
where it is supposed to return something like cn=cn=Annie Stahél +
Email=asta.aida@cbs.dk, ou=Employees, o=Copenhagen Business School, c=DK

We made another entry without the é(accent e) it returns
cn=Annie Stahel + Email=asta.aida@cbs.dk, ou=Employees, o=Copenhagen Business
School, c=DK
Like it should.

I tried to use the LDAP client in Netscape and in the overview it returns
something like Annie Stah|l, when i look at the properties it returns this

Annie Stah
                          Object Class
                                       emailAddressUser
                                       organizationalPerson
                                       person
                                       rfc822MailUser
                                       entrustUser
                          Last Name
                                       Stah
                          email
                                       asta.aida@cbs.dk
                          Name
                                       Annie Stah
                          creatorsname
                                       o=Copenhagen Business School,c=DK
                          createtimestamp
                                       19990303075123Z
                          Email
                                       asta.aida@cbs.dk
                          modifiersname
                                       o=Copenhagen Business School,c=DK
                          modifytimestamp
                                       19990421083622Z


We are using a Netscape LDAP-Server, and I'm using Java LDAP SDK 3.1 and
java virtual machine is 1.1.4 on windows NT

I would appreciate if you could confirm whetever this is a bug or just me *s*
meang@email.com

thanx in advance
mat
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
LDAPv3 requires that strings be stored with UTF8 encoding.
Blocks: 1361394
You need to log in before you can comment on or make changes to this bug.