LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hot to convert UInt to UTF-16 character?

Solved!
Go to solution

Hi,

 

my 1D-array consists of 20 elements, each of which is an unsigned integer (0...65536) representing a character in UTF16 encoding.

How would I convert my numbers to the corresponding characters? I cannot find any useful functions for that in LabView.

 

If there is nothing, I thought about a case structure with the cases for all alphabet letters, numbers and some special characters like minus-sign and so on, but that does not seem like a very good implementation...

 

Thank you for your advice

0 Kudos
Message 1 of 3
(1,337 Views)
Solution
Accepted by topic author mw42

So your "Hot" to do the conversion.  OK.  Here.

"If you weren't supposed to push it, it wouldn't be a button."
Message 2 of 3
(1,296 Views)

Thank you so much, this was exactly what I was looking for.

0 Kudos
Message 3 of 3
(1,276 Views)