Skip to content

Commit a4df86b

Browse files
committed
adding liason mark exception
1 parent b922687 commit a4df86b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

wiktionary_pron/scripts/utils.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ async function asyncMapStrict(arr, fn) {
1313

1414
function sanitize(text) {
1515
return text
16-
.replace(/[^\p{L}\p{M}'-]/gu, "")
17-
.replaceAll("’", "'")
18-
.normalize("NFKC");
16+
.replace(/[^\p{L}\p{M}'-]/gu, "")
17+
.replaceAll("’", "'")
18+
.normalize("NFKC");
1919
}
2020

2121
/**

0 commit comments

Comments
 (0)