Input hex 0x1F
-
I would like to enter (insert between two existing charcters) the hex value of 0x1F into a textdocument with encoding UTF8 by the keyboard. How can I achive that?
-
Hello, @jancsi-nagy and All,
Quite easy ! Two methods :
-
Run the
Edit > Character Panel
option -
Double-click on the
US
part of the line31 1F US
OR
- Hold down the
ALT
key and, simultaneously, hit, successively, on the0
,3
and1
keys of your numeric keypad
Best Regards,
guy038
-
-
HtmlTag version 1.4.0 allows you to automatically replace a character with any hex value by just hitting
&#x<hex value>;
followed by the space key.
Before hitting space:
After hitting space:
Incidentally, this (with 09 as hex value) is my preferred way of inserting a literal tab character when automatic tabs-to-spaces conversion is enabled.