LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Unicode support - unsupported items?

I mean that the only thing I could not resolve was the extra space between chars.

I attached the VI.

Thank you all

0 Kudos
Message 11 of 15
(1,250 Views)

It is the other.

0 Kudos
Message 12 of 15
(1,244 Views)

Sorry, I atteched the other VI (It depends on Unicode library). The original was from "Unicode problems.zip" from this thread: LabVIEW Unicode Programming Tools

0 Kudos
Message 13 of 15
(1,235 Views)

I think, it is because those characters (U+FF01–FF5E)  have a constant widht:

 

 

Range U+FF01–FF5E reproduces the characters of ASCII 21 to 7E as fullwidth forms, that is, a fixed width form used in CJK computing. This is useful for typesetting Latin characters in a CJK environment.

 

from:  https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms#In_Unicode

 

Also:  https://en.wiktionary.org/wiki/fullwidth

0 Kudos
Message 14 of 15
(1,222 Views)

Thank you for your answer, Jean-Marc

So I think I'm going to avoid ring menu when using Unicode, until a fix will appear

0 Kudos
Message 15 of 15
(1,169 Views)