Previous: LDAP Internationalization Variables, Up: LDAP Internationalization


61.2.4.2 Encoder/Decoder Functions
— Function: ldap-encode-boolean bool

A function that encodes an elisp boolean bool into a LDAP boolean string representation.

— Function: ldap-decode-boolean str

A function that decodes a LDAP boolean string representation str into an elisp boolean.

— Function: ldap-decode-string str

Decode a string str according to ldap-coding-system.

— Function: ldap-encode-string str

Encode a string str according to ldap-coding-system.

— Function: ldap-decode-address str

Decode an address str according to ldap-coding-system and replacing $ signs with newlines as specified by LDAP encoding rules for addresses.

— Function: ldap-encode-address str

Encode an address str according to ldap-coding-system and replacing newlines with $ signs as specified by LDAP encoding rules for addresses.