Skip to content

Commit

Permalink
Add U+00AB/U+00BB to Japanese and Korean (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminophen committed Feb 10, 2018
1 parent dffe725 commit 079f7b5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions source/makepl.perl
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@

if ($charsintype==1 && /\)/) {
print <<END;
UFF5F U3018 U3016 U301D
UFF5F U3018 U3016 U301D U00AB
END
$charsintype=undef;
}
if ($charsintype==2 && /\)/) {
print <<END;
UFF60 U3019 U3017 U301F
UFF60 U3019 U3017 U301F U00BB
END
$charsintype=undef;
}
Expand Down
4 changes: 2 additions & 2 deletions source/upjisr-h-hk.pl
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
(CHARSINTYPE O 1
‘ “ ( 〔 [ { 〈 《 「 『
UFF5F U3018 U3016 U301D
UFF5F U3018 U3016 U301D U00AB
)
(CHARSINTYPE O 2
、 , ’ ” ) 〕 ] } 〉 》
」 』 】
UFF60 U3019 U3017 U301F
UFF60 U3019 U3017 U301F U00BB
)
(CHARSINTYPE O 3
・ : ;
Expand Down
4 changes: 2 additions & 2 deletions source/upjisr-h.pl
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
(CHARSINTYPE O 1
‘ “ ( 〔 [ { 〈 《 「 『
UFF5F U3018 U3016 U301D
UFF5F U3018 U3016 U301D U00AB
)
(CHARSINTYPE O 2
、 , ’ ” ) 〕 ] } 〉 》
」 』 】
UFF60 U3019 U3017 U301F
UFF60 U3019 U3017 U301F U00BB
)
(CHARSINTYPE O 3
・ : ;
Expand Down
4 changes: 2 additions & 2 deletions source/upjisr-v.pl
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
(CHARSINTYPE O 1
‘ “ ( 〔 [ { 〈 《 「 『
UFF5F U3018 U3016 U301D
UFF5F U3018 U3016 U301D U00AB
)
(CHARSINTYPE O 2
、 , ’ ” ) 〕 ] } 〉 》
」 』 】
UFF60 U3019 U3017 U301F
UFF60 U3019 U3017 U301F U00BB
)
(CHARSINTYPE O 3
・ : ;
Expand Down

0 comments on commit 079f7b5

Please sign in to comment.