Skip to content

Commit

Permalink
Add U+00B7 to TYPE 3 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminophen committed Jul 22, 2017
1 parent c5eefb0 commit 0f919e2
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README_uptex_font.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Setting in addition to jis.tfm:
jis.tfm などから追加した設定:
Type1: U+FF5F U+3018 U+3016 U+301D
Type2: U+FF60 U+3019 U+3017 U+301F
Type3: U+00B7
Type5: JIS 0x213D -> U+2014 and U+2015

men-ku-ten
Expand All @@ -30,6 +31,7 @@ U+FF60: JIS X 0213 1-02-55 終わり二重バーレーン
U+3019: JIS X 0213 1-02-57 終わり二重亀甲括弧
U+3017: JIS X 0213 1-02-59 終わりすみ付き括弧(白)
U+301F: JIS X 0213 1-13-65 終わりダブルミニュート
U+00B7: JIS X 0213 1-09-14 中点(ラテン)

U+2014: EM DASH
U+2015: HORIZONTAL BAR
Expand Down
6 changes: 6 additions & 0 deletions source/makepl.perl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ END
END
$charsintype=undef;
}
if ($charsintype==3 && /\)/) {
print <<END;
U00B7
END
$charsintype=undef;
}
if ($charsintype==5) {
s/\x{2014}|\x{2015}/\x{2014} \x{2015}/g;
}
Expand Down
1 change: 1 addition & 0 deletions source/upjisr-h-hk.pl
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
)
(CHARSINTYPE O 3
・ : ;
U00B7
)
(CHARSINTYPE O 4
。 .
Expand Down
1 change: 1 addition & 0 deletions source/upjisr-h.pl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
)
(CHARSINTYPE O 3
・ : ;
U00B7
)
(CHARSINTYPE O 4
。 .
Expand Down
1 change: 1 addition & 0 deletions source/upjisr-v.pl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
)
(CHARSINTYPE O 3
・ : ;
U00B7
)
(CHARSINTYPE O 4
。 .
Expand Down
1 change: 1 addition & 0 deletions source/uptchcr-h.pl
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
)
(CHARSINTYPE O 3
、 , 。 . ・ : ;
U00B7
)
(CHARSINTYPE O 4
— ― … ‥
Expand Down
1 change: 1 addition & 0 deletions source/uptchcr-v.pl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
)
(CHARSINTYPE O 3
、 , 。 . ・ : ;
U00B7
)
(CHARSINTYPE O 4
— ― … ‥
Expand Down

0 comments on commit 0f919e2

Please sign in to comment.