Skip to content

Commit

Permalink
fix: improve latin-ext-b charset (v0.4.1)
Browse files Browse the repository at this point in the history
Move some characters to more similar ones
  • Loading branch information
fityannugroho committed Nov 20, 2023
1 parent cebd6b6 commit e7002dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
19 changes: 9 additions & 10 deletions charsets/latin-ext-b.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"c": ["\u0188", "\u023c"],
"D": ["\u0189", "\u018a"],
"d": ["\u018b", "\u018c", "\u0221"],
"E": ["\u018e", "\u0190", "\u01a9", "\u01b7", "\u01b8", "\u0204", "\u0206", "\u0228", "\u0246"],
"E": ["\u018e", "\u0190", "\u01a9", "\u01ad", "\u01b7", "\u01b8", "\u0204", "\u0206", "\u0228", "\u0246"],
"e": ["\u01b9", "\u01dd", "\u0205", "\u0207", "\u0229", "\u0247"],
"F": ["\u0191"],
"f": ["\u0192", "\u01ad"],
"f": ["\u0192"],
"G": ["\u0193", "\u01e4", "\u01e6", "\u01f4"],
"g": ["\u01e5", "\u01e7", "\u01f5"],
"H": ["\u01f6", "\u021e"],
"h": ["\u021f"],
"I": ["\u0197", "\u01cf", "\u0208", "\u020a"],
"i": ["\u019a", "\u01d0", "\u0209", "\u020b"],
"i": ["\u01d0", "\u0209", "\u020b"],
"J": ["\u0248"],
"j": ["\u01f0", "\u0237", "\u0249"],
"K": ["\u01e8"],
"k": ["\u01e9"],
"l": ["\u0196", "\u01aa", "\u0234"],
"l": ["\u019a", "\u0196", "\u01aa", "\u0234"],
"N": ["\u019d", "\u01f8"],
"n": ["\u019b", "\u019e", "\u01f9", "\u0220", "\u0235"],
"O": ["\u019f", "\u01a0", "\u01b1", "\u01d1", "\u01fe", "\u020c", "\u020e", "\u022a", "\u022c", "\u022e", "\u0230"],
Expand All @@ -32,17 +32,16 @@
"q": ["\u01eb", "\u01ed", "\u024b"],
"R": ["\u01a6", "\u0210", "\u0212", "\u024c"],
"r": ["\u0211", "\u0213", "\u024d"],
"S": ["\u01a7", "\u0218"],
"s": ["\u01a8", "\u0219", "\u023f"],
"S": ["\u0218"],
"s": ["\u0219", "\u023f"],
"T": ["\u01ac", "\u01ae", "\u021a", "\u023e"],
"t": ["\u01ab", "\u021b", "\u0236"],
"U": ["\u01af", "\u01d3", "\u01d5", "\u01d7", "\u01d9", "\u01db", "\u0214", "\u0216", "\u0244"],
"u": ["\u01b0", "\u01d4", "\u01d6", "\u01d8", "\u01da", "\u01dc", "\u0215", "\u0217"],
"V": ["\u01b2"],
"W": ["\u019c"],
"w": ["\u01b3"],
"Y": ["\u0232", "\u024e"],
"Y": ["\u01b3", "\u0232", "\u024e"],
"y": ["\u0194", "\u01b4", "\u0233", "\u024f"],
"Z": ["\u01b5", "\u0224"],
"z": ["\u01b6", "\u0225", "\u0240"]
"Z": ["\u01a7", "\u01b5", "\u0224"],
"z": ["\u01a8", "\u01b6", "\u0225", "\u0240"]
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wisely",
"version": "0.4.0",
"version": "0.4.1",
"description": "Obfuscating text or phrases with random uncommon characters to avoid banning.",
"type": "module",
"files": [
Expand Down

0 comments on commit e7002dd

Please sign in to comment.