Hello all, I have an LSC synchronization configuration from DSEE LDAP to OpenLDAP, and some fields on source are stored with ISO-8859-1 charset. And i have to convert them to UTF8.
I search around org.lsc.utils.StringUtils and also with Java documentation but i succeed. I try also some example of code like : byte[] bytesISO = ... ; byte[] bytesUTF8 = new String(bytesISO, "UTF-8").getBytes(); But without success when LSC try to evaluate the Javascript code. Do you have already done that before ? Regards, -- Frederic Poisson
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

