comparison lispref/nonascii.texi @ 90787:91bf6e05918b

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 662-669) - Update from CVS - Fix read-only prompt problem in isearch - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 207-208) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-184
author Miles Bader <miles@gnu.org>
date Sun, 18 Mar 2007 14:11:08 +0000
parents 95d0cdf160ea 5799c1b80970
children 4ef881a120fe
comparison
equal deleted inserted replaced
90786:ca12f314faac 90787:91bf6e05918b
109 109
110 @defun multibyte-string-p string 110 @defun multibyte-string-p string
111 Return @code{t} if @var{string} is a multibyte string. 111 Return @code{t} if @var{string} is a multibyte string.
112 @end defun 112 @end defun
113 113
114 @defun string-bytes string
115 @cindex string, number of bytes
116 This function returns the number of bytes in @var{string}.
117 If @var{string} is a multibyte string, this can be greater than
118 @code{(length @var{string})}.
119 @end defun
120
114 @node Converting Representations 121 @node Converting Representations
115 @section Converting Text Representations 122 @section Converting Text Representations
116 123
117 Emacs can convert unibyte text to multibyte; it can also convert 124 Emacs can convert unibyte text to multibyte; it can also convert
118 multibyte text to unibyte, though this conversion loses information. In 125 multibyte text to unibyte, though this conversion loses information. In