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
f5772b8e
Commit
f5772b8e
authored
Oct 14, 2012
by
Kenichi Handa
Browse files
Add more mappings for the charset japanese-jisx0208-1978.
parent
d3e42285
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
4 deletions
+27
-4
admin/ChangeLog
admin/ChangeLog
+4
-0
admin/charsets/Makefile
admin/charsets/Makefile
+13
-3
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/charsets/JISC6226.map
etc/charsets/JISC6226.map
+6
-1
No files found.
admin/ChangeLog
View file @
f5772b8e
2012-10-12 Kenichi Handa <handa@gnu.org>
* charsets/Makefile (JISC6226.map): Add missing mappings.
2012-10-11 Kenichi Handa <handa@gnu.org>
* charsets/mapconv: Adjusted for the change of mapfiles/*.gz to
...
...
admin/charsets/Makefile
View file @
f5772b8e
...
...
@@ -197,9 +197,19 @@ cp51932.el: CP932-2BYTE.map cp51932.awk
eucjp-ms.el
:
${GLIBC_CHARMAPS}/EUC-JP-MS.gz eucjp-ms.awk
@
zcat
$<
|
$(AWK)
-f
eucjp-ms.awk
>
$@
JISC6226.map
:
mapfiles/Uni2JIS mapconv kuten.awk
# Generating $@...
@
./mapconv
$<
'/^[^#].*0-/'
YASUOKA kuten.awk
>
$@
JISC6226.map
:
mapfiles/Uni2JIS mapconv kuten.awk
# Generating $@...
# As Uni2JIS doesn't contain mappings of characters added to Unicode
# recently, we add them manually here (including one correction for
# U+005C vs U+FF3C). These changes are based on bogytech's blog at
# http://bogytech.blogspot.jp/search/label/emacs.
@./mapconv
$<
'/^[^#].*0-/'
YASUOKA
kuten.awk
\
|
sed
-e
'/0x2140/s/005C/FF3C/'
\
-e
'$$ a 0x3442 0x3D4E'
\
-e
'$$ a 0x374E 0x25874'
\
-e
'$$ a 0x3764 0x28EF6'
\
-e
'$$ a 0x513D 0x2F80F'
\
-e
'$$ a 0x7045 0x9724'
>
$@
KSC5601.map
:
${GLIBC_CHARMAPS}/EUC-KR.gz mapconv compact.awk
# Generating $@...
...
...
etc/ChangeLog
View file @
f5772b8e
2012-10-14 Kenichi Handa <handa@gnu.org>
* charsets/JISC6226.map: Re-generated.
2012-10-11 Kenichi Handa <handa@gnu.org>
* charsets/CNS-2.map, charsets/CNS-3.map, charsets/CNS-4.map,
...
...
etc/charsets/JISC6226.map
View file @
f5772b8e
...
...
@@ -31,7 +31,7 @@
0x213D 0x2014
0x213E 0x2010
0x213F 0xFF0F
0x2140 0x
005
C
0x2140 0x
FF3
C
0x2141 0x301C
0x2142 0x2016
0x2143 0xFF5C
...
...
@@ -6797,3 +6797,8 @@
0x737C 0x9F95
0x737D 0x9F9C
0x737E 0x9FA0
0x3442 0x3D4E
0x374E 0x25874
0x3764 0x28EF6
0x513D 0x2F80F
0x7045 0x9724
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