Accept input of escaped 16-bit Unicode characters

This commit is contained in:
Robin Stuart 2020-08-04 11:48:43 +01:00
parent 4ddcfb3613
commit 04f6f81e68
2 changed files with 33 additions and 0 deletions

View file

@ -215,6 +215,9 @@ Escape Character | ASCII Equivalent | Interpretation
\\ | 0x5C | Backslash
\xNN | 0xNN | Any other 8-bit character
| | where NN is hexadecimal
\uNNNN | | Any 16-bit Unicode
| | character where NNNN
| | is hexadecimal
--------------------------------------------------------------------
Input data can be read directly from file using the -i switch as shown below.