-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
NI Unicode Tools by NI - Toolkit for LabVIEW Download
Version | 2.0.1.6 |
Released | Feb 21, 2019 |
Publisher | NI |
License | NI SCL |
LabVIEW Version | LabVIEW>=15.0 |
Operating System | Windows |
Project links | Homepage |
Description
LabVIEW for Windows has limited support for Unicode strings in the front panel controls and indicators. This is not an offically supported feature, meaning that it is not as fully tested as other released parts of the development and run-time environment. In addition this feature is not covered under standard product support and parts of this feature may change in future releases of LabVIEW, i.e. any code developed on this feature may require changes when upgrading to a newer version of LabVIEW.
Given these limitations, these VIs provide basic functions to convert strings to and from Unicode (UTF-16LE) and to display these strings on various front panel indicators and controls.
Basic functions for conversion of text to and from UTF-8 are also included for interacion with web servcies and other web protocols.
Release Notes
v 2.0.0
Update from the Unicode VIs released as version 1.x on NI Community
- Moved all VIs into a VI Library, so you will need to manually update any code calling these VIs.
- Addition of a few tools for ASCII to UTF-8 conversion.
v 2.0.1
Fixed bug occuring in Windows 10 and LabVIEW 64-bit. Error in Call Library Node for WideCharToMultiByte function.