Comparing version 1.0.8 to 1.0.9
@@ -30,2 +30,5 @@ "use strict"; | ||
return txt | ||
.replace(/[\u2000-\u200F]/g, '') | ||
.replace(/[\u2028-\u202F]/g, '') | ||
.replace(/[\u205F-\u2060]/g, '') | ||
.replace(/与/g, '與') | ||
@@ -32,0 +35,0 @@ .replace(/[亜亚亞]/g, '亞') |
@@ -36,2 +36,7 @@ /** | ||
return txt | ||
.replace(/[\u2000-\u200F]/g, '') | ||
.replace(/[\u2028-\u202F]/g, '') | ||
.replace(/[\u205F-\u2060]/g, '') | ||
.replace(/与/g, '與') | ||
@@ -49,2 +54,3 @@ .replace(/[亜亚亞]/g, '亞') | ||
//.replace(/当/g, '當') | ||
; | ||
@@ -51,0 +57,0 @@ } |
{ | ||
"name": "cjk-conv", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "convert chinese, japanese 簡繁日漢字轉換 ( merge/split submodule from node-novel, regexp-cjk, str-util )", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
430027
37672