Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d3e94981
Commit
d3e94981
authored
Nov 15, 2000
by
Dave Love
Browse files
Modify about inserting 8-bit.
parent
b12057b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
man/basic.texi
man/basic.texi
+6
-7
No files found.
man/basic.texi
View file @
d3e94981
...
...
@@ -92,13 +92,12 @@ overwriting with it.)
@end itemize
@noindent
When multibyte characters are enabled, octal codes 0200 through 0377 are
not valid as characters; if you specify a code in this range, @kbd{C-q}
assumes that you intend to use some ISO Latin-@var{n} character set, and
converts the specified code to the corresponding Emacs character code.
@xref{Enabling Multibyte}. You select @emph{which} ISO Latin character
set though your choice of language environment (@pxref{Language
Environments}).
When multibyte characters are enabled, if you specify a code in the
range 0200 through 0377 octal, @kbd{C-q} assumes that you intend to use
some ISO Latin-@var{n} character set, and converts the specified code to
the corresponding Emacs character code. @xref{Enabling Multibyte}. You
select @emph{which} ISO Latin character set though your choice of
language environment (@pxref{Language Environments}).
@vindex read-quoted-char-radix
To use decimal or hexadecimal instead of octal, set the variable
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment