04-01-2021 06:44 AM
Does anyone have an idea how to display Unicode text in a picture control?
here's my code to show the problem:
Thanks
Al
LabVIEW 2016
Solved! Go to Solution.
04-01-2021 06:49 AM
04-01-2021 07:02 AM
Thanks!
worked perfectly...
04-02-2021 01:31 PM
Prepend the UTF-16LE byte order marker (hex FFFE) to the string.
01-19-2023 10:01 AM
You just saved me hours of tinkering and headaches. I wish I'd found your post sooner!
@paul_cardinale wrote:
Prepend the UTF-16LE byte order marker (hex FFFE) to the string.