Closed zedgama3 closed 1 year ago
The character ZLSP is not included in ASCII. The panel works for Unicode codepoints from 00 to FF, which includes all the ASCII characters with the same codepoints (from 00 to 7F). A codepoint with hexadecimal value 200B would mean 2 characters in ASCII : space (hex 20) followed by [VT] (hex 0B: vertical tabulation).
You would need a feature for hex to unicode conversion, like the one requested in this issue: #7
Good catch. I should have looked more closely. Thank you for your response.
Steps to reproduce:
Expected result
That a ZERO LENGTH SPACE would be copied into the clipboard when Copy was clicked or inserted into the document when Insert was clicked.
Actual result
Nothing.
The clipboard maintains previous contents and no new characters are added to the document.