mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-23 03:26:56 -04:00
Accept input of escaped 16-bit Unicode characters
This commit is contained in:
parent
4ddcfb3613
commit
04f6f81e68
2 changed files with 33 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue