UTF-8
Hi.
I'm evaluating advldap copoment from ASPFusion. My ASP page has to update data on the LDAP server. Everything works fine if my string (for example address) is copmosed of normal characters (example "15 street..."). But if the address (variable var_address) has some special character (I'm living in Slovenia and ouer vucabolary has some 'special' letters - Å ÃŽ) then an error raises:
Invalid syntax... (advldap error)
The line in my code is:
LDAP.AttributeModify "siEduPersonPermanentPostCodeAddress",var_address,-1, false
The data in LDAP server is stored in UTF8 format (has been told to me by the administrator), while my ASP uses MSWIN1250 charset to display data (content="text/html; charset=MSWIN...").
Is it possible to convert the var_address variable which holds the data that has to be updated on the LDAP server in UTF8 format
Thanks in advance.
Sebastian Lahajnar
|