Re: [oXygen-user] How to type an UTF8 symbol in text as well as in author mode

2018-02-19 Thread Radu Coravu
My presentation from XML Prague this year should also cover this aspect about conversions between bytes on disk and characters. https://www.youtube.com/watch?v=JDOEMQD32Ss Regards, Radu Radu Coravu XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 2/19/2018 5:28

Re: [oXygen-user] How to type an UTF8 symbol in text as well as in author mode

2018-02-19 Thread Ben McGinnes
On Mon, Feb 19, 2018 at 04:17:26PM +0100, Bernhard Kleine wrote: > The UTF8 table at > http://www.utf8-zeichentabelle.de/unicode-utf8-table.pl?start=8592 shows > this first four lines. > > Unicode > Codepos. Zeichen UTF-8 > (hex.)Name > U+2190← e2 86 90LE

Re: [oXygen-user] How to type an UTF8 symbol in text as well as in author mode

2018-02-19 Thread Bernhard Kleine
That was a difficult birth. But it works now. Thanks you so much for your patience. Now It will be very easy to program some function keys on the Logitech keyboard to shortcut the use of the mouse. Best regards Bernhard Am 19.02.2018 um 16:28 schrieb Eliot Kimber: > > The (hex.) column is the U

Re: [oXygen-user] How to type an UTF8 symbol in text as well as in author mode

2018-02-19 Thread Eliot Kimber
The (hex.) column is the UTF-8 encoding of the character, that is, the sequence of bytes. The actual Unicode character number is the value in the first column, e.g., \u2190. So you should be able to type 2190 and get the character you want. Unicode is the character set and the charact

Re: [oXygen-user] How to type an UTF8 symbol in text as well as in author mode

2018-02-19 Thread George Bina
Hi Bernhard, The action converts the Unicode codepoint, that is 2190 and not its UTF-8 encoding, so just type 2190 and invoke the action. Best Regards, George -- George Cristian Bina XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 19/02/18 17:17, Bernhard Klein

Re: [oXygen-user] How to type an UTF8 symbol in text as well as in author mode

2018-02-19 Thread Imsieke, Gerrit, le-tex
You probably need to enter the codepoint’s hex value (0x2192) rather than its UTF-8 representation. On 19/02/2018 16:17, Bernhard Kleine wrote: The UTF8 table at http://www.utf8-zeichentabelle.de/unicode-utf8-table.pl?start=8592 shows this first four lines. Unicode Codepos.Zeichen

Re: [oXygen-user] How to type an UTF8 symbol in text as well as in author mode

2018-02-19 Thread Bernhard Kleine
The UTF8 table at http://www.utf8-zeichentabelle.de/unicode-utf8-table.pl?start=8592 shows this first four lines. Unicode Codepos.Zeichen UTF-8 (hex.) Name U+2190 ← e2 86 90LEFTWARDS ARROW U+2191 ↑ e2 86 91UPWARDS ARROW U+2192 → e2 86 92

Re: [oXygen-user] How to type an UTF8 symbol in text as well as in author mode

2018-02-19 Thread George Bina
Hi, Another way to enter a special character, or in general any code fragment, is to use code templates as documented at: https://www.oxygenxml.com/doc/versions/19.1/ug-editor/topics/code-templates-x-editing2.html?hl=code%2Ctemplates Best Regards, George -- George Cristian Bina XML Editor, Sc

Re: [oXygen-user] How to type an UTF8 symbol in text as well as in author mode

2018-02-19 Thread Oxygen XML Editor Support (Radu Coravu)
Hi, Thanks for the reminder Ben. Indeed I forgot about this feature in Oxygen: https://www.oxygenxml.com/doc/versions/19.1/ug-editor/topics/text-mode-actions.html#text-mode-actions__convert-hex-sequence which basically allows you to type away the hex digits in Oxygen and then invoke the specia

Re: [oXygen-user] How to type an UTF8 symbol in text as well as in author mode

2018-02-19 Thread Ben McGinnes
On Mon, Feb 19, 2018 at 09:33:28AM +0200, Oxygen XML Editor Support (Radu Coravu) wrote: > Hi Bernhard, > > It seems that for "nbsp" which has the decimal equivalent "160" you would > need to type "ALT" and then "0160", that leading "0" seems to be important. > The same probably for all other ch