comparison man/lispref/ldap.texi @ 1738:f43f9ca6c7d9

[xemacs-hg @ 2003-10-10 12:39:27 by stephent] @var -> @code <87ad89mfs3.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 10 Oct 2003 12:39:45 +0000
parents 576fb035e263
children 8d2106500793
comparison
equal deleted inserted replaced
1737:68ed93de81b7 1738:f43f9ca6c7d9
429 A function that decodes a LDAP boolean string representation 429 A function that decodes a LDAP boolean string representation
430 @var{str} into an elisp boolean. 430 @var{str} into an elisp boolean.
431 @end defun 431 @end defun
432 432
433 @defun ldap-decode-string str 433 @defun ldap-decode-string str
434 Decode a string @var{str} according to @var{ldap-coding-system}. 434 Decode a string @var{str} according to @code{ldap-coding-system}.
435 @end defun 435 @end defun
436 436
437 @defun ldap-encode-string str 437 @defun ldap-encode-string str
438 Encode a string @var{str} according to @var{ldap-coding-system}. 438 Encode a string @var{str} according to @code{ldap-coding-system}.
439 @end defun 439 @end defun
440 440
441 @defun ldap-decode-address str 441 @defun ldap-decode-address str
442 Decode an address @var{str} according to @var{ldap-coding-system} and 442 Decode an address @var{str} according to @code{ldap-coding-system} and
443 replacing $ signs with newlines as specified by LDAP encoding rules for 443 replacing $ signs with newlines as specified by LDAP encoding rules for
444 addresses. 444 addresses.
445 @end defun 445 @end defun
446 446
447 @defun ldap-encode-address str 447 @defun ldap-encode-address str
448 Encode an address @var{str} according to @var{ldap-coding-system} and 448 Encode an address @var{str} according to @code{ldap-coding-system} and
449 replacing newlines with $ signs as specified by LDAP encoding rules for 449 replacing newlines with $ signs as specified by LDAP encoding rules for
450 addresses. 450 addresses.
451 @end defun 451 @end defun
452 452
453 453