Connecting Tech Pros Worldwide Forums | Help | Site Map

LDAP Function with intl' character set.

Thone
Guest
 
Posts: n/a
#1: Jun 7 '07
Hi,
I get data from Active Directory using ldap_get_entries, there are
some fields contain non-english character set (i don't know which
encoding AD uses, any idea?). The result appear to be ???????. Do you
have any idea how can I fix this problem. I am so noob about character
encoding stuffs :(.

TIA.


Thone
Guest
 
Posts: n/a
#2: Jun 7 '07

re: LDAP Function with intl' character set.


On Jun 7, 2:04 pm, Thone <thon...@gmail.comwrote:
Quote:
Hi,
I get data from Active Directory using ldap_get_entries, there are
some fields contain non-english character set (i don't know which
encoding AD uses, any idea?). The result appear to be ???????. Do you
have any idea how can I fix this problem. I am so noob about character
encoding stuffs :(.
>
TIA.
I tried to use mb_detect_encoding() to see what the encoding is, it
said ASCII. O_o

Closed Thread