Function: ldap-encode-country-string

ldap-encode-country-string is a byte-compiled function defined in ldap.el.gz.

Signature

(ldap-encode-country-string STR)

Source Code

;; Defined in /usr/src/emacs/lisp/net/ldap.el.gz
(defun ldap-encode-country-string (str)
  ;; We should do something useful here...
  (if (not (= 2 (length str)))
      (error "Invalid country string: %s" str)))