Added support for astral characters to charcode ops

This commit is contained in:
n1474335 2017-06-19 15:40:36 +00:00
parent 6d2e2259db
commit 15b83072bb
4 changed files with 45 additions and 11 deletions

View file

@ -605,7 +605,7 @@ const OperationConfig = {
args: []
},
"To Hexdump": {
description: "Creates a hexdump of the input data, displaying both the hexademinal values of each byte and an ASCII representation alongside.",
description: "Creates a hexdump of the input data, displaying both the hexadecimal values of each byte and an ASCII representation alongside.",
run: Hexdump.runTo,
highlight: Hexdump.highlightTo,
highlightReverse: Hexdump.highlightFrom,