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
5d6b87e1
Commit
5d6b87e1
authored
Jan 25, 2004
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
4f356551
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
0 deletions
+40
-0
admin/ChangeLog.22
admin/ChangeLog.22
+7
-0
etc/ChangeLog.22
etc/ChangeLog.22
+4
-0
lisp/ChangeLog.22
lisp/ChangeLog.22
+11
-0
src/ChangeLog.22
src/ChangeLog.22
+18
-0
No files found.
admin/ChangeLog.22
View file @
5d6b87e1
2004-01-25 Kenichi Handa <handa@m17n.org>
* charsets/mapconv: Handle UNICODE2.
* charsets/Makefile (CJK): Include CP932-2BYTE.map
(CP932-2BYTE.map): New target.
2003-08-16 Kenichi Handa <handa@m17n.org>
* charsets: New directory for scripts to generate charset map
...
...
etc/ChangeLog.22
View file @
5d6b87e1
2004-01-25 Kenichi Handa <handa@m17n.org>
* CP932-2BYTE.map: New file.
2003-09-26 Kenichi Handa <handa@m17n.org>
* ps-prin1.ps (HeaderOrFooterTextLines): Handle multiple strings
...
...
lisp/ChangeLog.22
View file @
5d6b87e1
2004-01-25 Kenichi Handa <handa@m17n.org>
* language/japanese.el (japanese-cp932): New coding system.
(cp932): New alias of it.
* international/mule-conf.el (katakana-sjis, cp932-2-byte)
(cp932): New charsets.
* international/mule.el (define-charset): If :code-space is not
given, generate it from :dimension.
2004-01-23 Kenichi Handa <handa@m17n.org>
* composite.el (reference-point-alist): Doc fixed.
...
...
src/ChangeLog.22
View file @
5d6b87e1
2004-01-25 Kenichi Handa <handa@m17n.org>
* coding.h (enum coding_attr_index): New member
coding_attr_trans_tbl.
(CODING_ATTR_TRANS_TBL): New macro.
* coding.c (get_translation_table): New function.
(translate_chars): Fix the bug of skipping annotation data.
(decode_coding): Utilze get_translation_table.
(encode_coding): Likewise.
(char_encodable_p): Translate char if necessary.
(Funencodable_char_position): Likewise.
(Ffind_coding_systems_region_internal): Setup translation table
for encode in a coding system attribute vector in advance.
(Fcheck_coding_systems_region): Likewise.
(Fdefine_coding_system_internal): Allow a symbol as translation
table. For shift-jis type coding system, allow 4th charset.
2004-01-24 Kenichi Handa <handa@m17n.org>
* coding.c (decode_coding_sjis): Check the first byte rigidly.
...
...
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