Quote:
Originally Posted by kovidgoyal
narrow non break space is 202f and typing 202f and then alt+x works fine
1f408 is cat and typing that and alt+x again works fine
|
Only if the previous char is not an hexanum char. Try to type 11🐈, it won't work. "Go there(narrow nbsp)" will give Go ther&# 925743;
Quote:
I dont know what ctrl+shift+u on your linux box is doing, it doesnt do anything on mine. I am guessing it is triggerring a unicde char picker via IME. IME may or may not work with Qt depends on plugin versions/ABI compatibility, display backend, etc.
|
My bad, I thought it was a X feature, and as a fact it's a Gtk feature (more exactly, an ibus one). It's possible to enable it in KDE, but only
with a trick, it's not native, and thus, surely not supported by Qt.
(and yes, it's a picker, it displays
u and wait for the unicode number; <enter> closes the sequence).
Not a big deal anyway, I can easily leave without it :-). Thanks a lot anyway!