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
fc53a214
Commit
fc53a214
authored
Sep 07, 2000
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(encode_coding_sjis_big5): Fix previous change.
parent
ed254191
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/coding.c
src/coding.c
+2
-0
No files found.
src/coding.c
View file @
fc53a214
...
...
@@ -2598,6 +2598,8 @@ encode_coding_sjis_big5 (coding, source, destination,
}
else if (charset == charset_katakana_jisx0201)
EMIT_ONE_BYTE (c1 | 0x80);
else if (charset == charset_latin_jisx0201)
EMIT_ONE_BYTE (c1);
else
/* There's no way other than producing the internal
codes as is. */
...
...
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