Closed
Bug 361385
Opened 18 years ago
Closed 18 years ago
German character from LDAP
Categories
(Directory :: LDAP Java SDK, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 361384
People
(Reporter: venkatabe, Assigned: mcs)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)
Build Identifier:
I am using the netscape java sdk to fetch the data from LDAP. While fetching german characters stored in hexadecimal format it is retrieved in different format. For checking I converted that german characters as a decimal immediately after calling the getAttribute method. Then for characters like ü,ä i am getting 65533,65533 instead 252,228.
Please help me to sort out this problem.
Reproducible: Always
Steps to Reproduce:
1.Have the special characters like ü,ä in ldap.
2.Retrive it through netscape java sdk in unix environment
Actual Results:
When I converted that german characters(ü,ä) to decimal it is giving as 65533.
Expected Results:
The decimal character should be in 252,228 for ü,ä
Comment 1•18 years ago
|
||
*** This bug has been marked as a duplicate of 361384 ***
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•