From e41e3cf61434bb34cf348e7d512c756ea0b0044e Mon Sep 17 00:00:00 2001 From: imiyazaki Date: Sun, 5 Oct 2003 09:56:42 +0000 Subject: [PATCH] use UniJIS-UTF16-H. --- chise2otf/INSTALL.txt.ja | 4 ++-- chise2otf/chise2otf | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/chise2otf/INSTALL.txt.ja b/chise2otf/INSTALL.txt.ja index 0cb2d7b..e32c8eb 100644 --- a/chise2otf/INSTALL.txt.ja +++ b/chise2otf/INSTALL.txt.ja @@ -129,13 +129,13 @@ ÉÕ°¤Î add_adobecid.pl ¤ò»È¤Ã¤Æ CHISE DB ¤Ë¾ðÊó¤ò²Ã¤¨¤Þ¤¹¡£ ɬÍפʥե¡¥¤¥ë¤Ï Adobe Reader ¤ä Adobe Acrobat ¤Ê¤É¤ËÉÕ°¤Î CMap ¥Õ¥¡ - ¥¤¥ë¡ÊUniGB-UCS2-H, UniCNS-UCS2-H,UniJIS-UCS2-H,UniKS-UCS2-H¡Ë¤Ç¤¹¡£ + ¥¤¥ë¡ÊUniGB-UCS2-H, UniCNS-UCS2-H,UniJIS-UTF16-H,UniKS-UCS2-H¡Ë¤Ç¤¹¡£ »Í¤Ä¤Î¥Õ¥¡¥¤¥ë¤ËÂФ·¤Æ add_adobecid.pl ¤ò¼Â¹Ô¤·¤Þ¤¹¡£ $ perl $CMap_dir/UniGB-UCS2-H $chisedb_dir $ perl $CMap_dir/UniCNS-UCS2-H $chisedb_dir - $ perl $CMap_dir/UniJIS-UCS2-H $chisedb_dir + $ perl $CMap_dir/UniJIS-UTF16-H $chisedb_dir $ perl $CMap_dir/UniKS-UCS2-H $chisedb_dir * $CMAp_dir ¤Ï¾åµ­¤Î CMap ¥Õ¥¡¥¤¥ë¤Î¤¢¤ë¥Ç¥£¥ì¥¯¥È¥ê diff --git a/chise2otf/chise2otf b/chise2otf/chise2otf index 50ca42b..050133f 100755 --- a/chise2otf/chise2otf +++ b/chise2otf/chise2otf @@ -279,7 +279,8 @@ sub get_output_char{ if($out_cs eq 'UniJIS'){ if($out_char=&get_char_attribute($char,'=ucs@jis') or ($out_char=&get_char_attribute($char,'=ucs')and - &get_char_attribute($char,"adobe-unijis-ucs2-h")) + &get_char_attribute($char,"adobe-unijis-utf16-h")) +# &get_char_attribute($char,"adobe-unijis-ucs2-h")) ){ return "\\UTF{".sprintf("%X",$out_char)."}"; } -- 1.7.10.4