Variable: ldap-coding-system

ldap-coding-system is a customizable variable defined in ldap.el.gz.

Value

utf-8

Documentation

Coding system of LDAP string values.

LDAP v3 specifies the coding system of strings to be UTF-8.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ldap.el.gz
(defcustom ldap-coding-system 'utf-8
  "Coding system of LDAP string values.
LDAP v3 specifies the coding system of strings to be UTF-8."
  :type 'symbol)