Update replace-unicode-punctuation.perl

This commit is contained in:
Kevin Canwen Xu 2019-10-14 16:33:58 +08:00 committed by GitHub
parent 555829a771
commit 5d3331b922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ while(<STDIN>) {
s//\!/g;
s//\(/g;
s//;/g;
s//"/g;
s//1/g;
s/」/"/g;
s/「/"/g;
s//0/g;