diff options
author | Norbert Preining <preining@logic.at> | 2013-04-11 00:10:23 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2013-04-11 00:10:23 +0000 |
commit | 256ba1cea7ef384fce520613630bc5324b8f2393 (patch) | |
tree | 07542451ebb71298099cbde78c81405e3f3ae222 /Master/texmf-dist/source/jfontmaps/jis04cmap_exp/README | |
parent | 75845c24c9f0186b41bcdc782c9c6bdfb314c352 (diff) |
new jfontmaps with renamed scripts
git-svn-id: svn://tug.org/texlive/trunk@29848 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/jfontmaps/jis04cmap_exp/README')
-rw-r--r-- | Master/texmf-dist/source/jfontmaps/jis04cmap_exp/README | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/jfontmaps/jis04cmap_exp/README b/Master/texmf-dist/source/jfontmaps/jis04cmap_exp/README new file mode 100644 index 00000000000..e810ec43369 --- /dev/null +++ b/Master/texmf-dist/source/jfontmaps/jis04cmap_exp/README @@ -0,0 +1,44 @@ +======================================================================== +An experiment for generating CMap-like "2004-{H,V}" +======================================================================== + 2013.4.3 Hironori KITAGAWA + + + +This is an experiment for generating CMap-like "2004-{H,V}", +which maps JIS X 0213:2004 8-bit code to Adobe-Japan1-6, +using the following information: + * "Mapping table between JIS X 0213:2004 8-bit code and Unicode" + http://x0213.org/codetable/jisx0213-2004-8bit-std.txt + * UniJIS2004-UTF32-{H,V}: by Adobe + * "fwid" feature table of Kozuka Mincho Pr6N R + +Executing + $ texlua mk_jis_to_aj16_cid.lua +obtains two generated files, "2004-H" and "2004-V". + +---------------- +Notes + + * JIS X 0213:2004 has several characters which is not expressible + by one Unicode character. For them, we use another table (nonuni_cid). + * Because we use JIS X 0213:2004 8-bit code, + plane 2 of JIS X 0213 is located on 0xA1A1--0xFEFE. + * We prefer full-width variant glyphs, except for 0x2900--0x2B7E. + + * We didn't simply composite three tables which are described above, + but did several fine adjustments by hand. + See "replace(...)" lines in the script. + +---------------- +Files + + * mk_jis_to_aj16_cid.lua: main script + * cmapdec.lua: subroutine + * jisx0213-2004-8bit-std.txt + "Mapping table between JIS X 0213:2004 8-bit code and Unicode" + + * jis-h04-httk.{tex,pdf}: comparison between 2004-H and JISX0213-2004-H + * jis-v04-vttk.{tex,pdf}: comparison between 2004-V and JISX0213-2004-V + + * 2004-{H,V}: generated CMap-like files |