comparison doc/misc/dbus.texi @ 103670:cbbd2a335c8c

(Type Conversion): Don't use literal control character.
author Andreas Schwab <schwab@linux-m68k.org>
date Wed, 01 Jul 2009 15:15:52 +0000
parents 328f4b370b74
children 5baa98667482
comparison
equal deleted inserted replaced
103669:d00fcd8cfb85 103670:cbbd2a335c8c
1043 @code{dbus-escape-as-identifier}. Example: 1043 @code{dbus-escape-as-identifier}. Example:
1044 1044
1045 @lisp 1045 @lisp
1046 (dbus-unescape-from-identifier "_30123abc_5fxyz_01_ff") 1046 (dbus-unescape-from-identifier "_30123abc_5fxyz_01_ff")
1047 1047
1048 @result{} "0123abc_xyzÿ" 1048 @ifinfo
1049 @result{} "0123abc_xyz^Aÿ"
1050 @end ifinfo
1051 @ifnotinfo
1052 @result{} "0123abc_xyz^A@"y"
1053 @end ifnotinfo
1049 @end lisp 1054 @end lisp
1050 @end defun 1055 @end defun
1051 1056
1052 1057
1053 @node Synchronous Methods 1058 @node Synchronous Methods