mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-12 09:11:37 -04:00
Remove all diacritics using latinize
This commit is contained in:
parent
ae1b12c120
commit
2f60c4f03c
4 changed files with 19 additions and 1 deletions
|
@ -80,4 +80,15 @@ TestRegister.addTests([
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Remove Diacritics: polish letter ł",
|
||||
input: "zażółć gęślą jaźń ZAŻÓŁĆ GĘŚLĄ JAŹŃ",
|
||||
expectedOutput: "zazolc gesla jazn ZAZOLC GESLA JAZN",
|
||||
recipeConfig: [
|
||||
{
|
||||
"op": "Remove Diacritics",
|
||||
"args": []
|
||||
},
|
||||
],
|
||||
},
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue