[
https://issues.apache.org/jira/browse/DIRSERVER-1005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny closed DIRSERVER-1005.
----------------------------------------
closed
> apacheds-tools: export uses iso-8859-1 charset instead of utf-8
> ---------------------------------------------------------------
>
> Key: DIRSERVER-1005
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1005
> Project: Directory ApacheDS
> Issue Type: Bug
> Components: core
> Affects Versions: 1.5.1
> Environment: Windows XP SP2, JDK 1.5.0_10
> Reporter: Markus Pohle
> Assignee: Stefan Seelmann
> Fix For: 1.5.1
>
>
> Decoding the BASE-64 String U2FhcmJyw7xja2Vu as exported from ADStudio and
> others to its hex representation:
> 53 61 61 72 62 72 c3 bc 63 6b 65 6e
> S a a r b r ----- c k e n
> "c3 bc" is the UTF-8 character sequence for "ü"
> Decoding the BASE-64 String U2FhcmJy/GNrZW4= as exported from apacheds-tools
> to its hex representation:
> 53 61 61 72 62 72 fc 63 6b 65 6e
> S a a r b r --
> I think "fc" is the problem here. It is the ISO-8859-1 hex code for "ü" but
> in LDIF UTF-8 encoding must be used
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.