Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ae5145c2
Commit
ae5145c2
authored
Apr 05, 2001
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment
parent
21d84d66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/coding.c
src/coding.c
+3
-3
No files found.
src/coding.c
View file @
ae5145c2
...
...
@@ -555,7 +555,7 @@ coding_safe_chars (coding)
In that case, a sequence of one-byte codes has a slightly different
form.
At f
irst, all characters in eight-bit-control are represented by
F
irst
ly
, all characters in eight-bit-control are represented by
one-byte sequences which are their 8-bit code.
Next, character composition data are represented by the byte
...
...
@@ -564,9 +564,9 @@ coding_safe_chars (coding)
METHOD is 0xF0 plus one of composition method (enum
composition_method),
BYTES is 0x
2
0 plus
a
byte length of th
is
composition data,
BYTES is 0x
A
0 plus
the
byte length of th
ese
composition data,
CHARS is 0x
2
0 plus
a
number of characters composed by th
is
CHARS is 0x
A
0 plus
the
number of characters composed by th
ese
data,
COMPONENTs are characters of multibyte form or composition
...
...
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