From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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
(946 Views)
Solution
Accepted by 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
(905 Views)

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

0 Kudos
Message 3 of 3
(885 Views)