mirror of
https://github.com/gchq/CyberChef
synced 2025-12-14 23:33:25 +00:00
Tidied up localisation in Wikipedia URL
This commit is contained in:
@@ -21,7 +21,7 @@ class UnicodeTextFormat extends Operation {
|
|||||||
this.name = "Unicode Text Format";
|
this.name = "Unicode Text Format";
|
||||||
this.module = "Default";
|
this.module = "Default";
|
||||||
this.description = "Adds Unicode combining characters to change formatting of plaintext.";
|
this.description = "Adds Unicode combining characters to change formatting of plaintext.";
|
||||||
this.infoURL = "https://en.wikipedia.org/wiki/Combining_character";
|
this.infoURL = "https://wikipedia.org/wiki/Combining_character";
|
||||||
this.inputType = "byteArray";
|
this.inputType = "byteArray";
|
||||||
this.outputType = "byteArray";
|
this.outputType = "byteArray";
|
||||||
this.args = [
|
this.args = [
|
||||||
|
|||||||
Reference in New Issue
Block a user