comparison lispref/nonascii.texi @ 50653:6f6abeeda7ed

(Selecting a Representation): Fix Texinfo usage.
author Richard M. Stallman <rms@gnu.org>
date Mon, 21 Apr 2003 01:37:37 +0000
parents 23a1cea22d13
children b8860fc285cb
comparison
equal deleted inserted replaced
50652:b108545d1f24 50653:6f6abeeda7ed
227 more characters than @var{string} has. 227 more characters than @var{string} has.
228 228
229 If @var{string} is already a unibyte string, then the value is 229 If @var{string} is already a unibyte string, then the value is
230 @var{string} itself. Otherwise it is a newly created string, with no 230 @var{string} itself. Otherwise it is a newly created string, with no
231 text properties. If @var{string} is multibyte, any characters it 231 text properties. If @var{string} is multibyte, any characters it
232 contains of charset @var{eight-bit-control} or @var{eight-bit-graphic} 232 contains of charset @code{eight-bit-control} or @code{eight-bit-graphic}
233 are converted to the corresponding single byte. 233 are converted to the corresponding single byte.
234 @end defun 234 @end defun
235 235
236 @defun string-as-multibyte string 236 @defun string-as-multibyte string
237 This function returns a string with the same bytes as @var{string} but 237 This function returns a string with the same bytes as @var{string} but
240 240
241 If @var{string} is already a multibyte string, then the value is 241 If @var{string} is already a multibyte string, then the value is
242 @var{string} itself. Otherwise it is a newly created string, with no 242 @var{string} itself. Otherwise it is a newly created string, with no
243 text properties. If @var{string} is unibyte and contains any individual 243 text properties. If @var{string} is unibyte and contains any individual
244 8-bit bytes (i.e.@: not part of a multibyte form), they are converted to 244 8-bit bytes (i.e.@: not part of a multibyte form), they are converted to
245 the corresponding multibyte character of charset @var{eight-bit-control} 245 the corresponding multibyte character of charset @code{eight-bit-control}
246 or @var{eight-bit-graphic}. 246 or @code{eight-bit-graphic}.
247 @end defun 247 @end defun
248 248
249 @node Character Codes 249 @node Character Codes
250 @section Character Codes 250 @section Character Codes
251 @cindex character codes 251 @cindex character codes