Skip to content

Commit

Permalink
Add Quoted-printable example
Browse files Browse the repository at this point in the history
  • Loading branch information
wesinator committed Sep 3, 2019
1 parent 0ac211c commit d8120d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/operations/FromQuotedPrintable.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class FromQuotedPrintable extends Operation {

this.name = "From Quoted Printable";
this.module = "Default";
this.description = "Converts QP-encoded text back to standard text.";
this.description = "Converts QP-encoded text back to standard text.<br><br>e.g. The quoted-printable encoded string <code>hello=20world</code> becomes <code>hello world</code>";
this.infoURL = "https://wikipedia.org/wiki/Quoted-printable";
this.inputType = "string";
this.outputType = "byteArray";
Expand Down

0 comments on commit d8120d4

Please sign in to comment.