Releases: dataflowg/g-unicode
Releases · dataflowg/g-unicode
G-Unicode v0.3.0
- New custom probe
Unicode String Probe.vi- Detects and displays Unicode for any LabVIEW string
- Works as a regular string probe
- New custom probe
Unicode String Probe (Extended).vi- Displays ANSI, UTF-8, UTF-16LE, and UTF-16BE encodings plus raw bytes for a LabVIEW string
- Updated UTF-8 String / Path class custom probes to display Unicode text in the Value column of probe watch window
Search-Split String (Unicode).vimcan search on individual I32 codepointNormalize End Of Line.vimsupports Unicode line separator (LS) and paragraph separator (PS)- Updated VI documentation detailing supported malleable VI input types
- Additional string functions
- Fix potential file dialog hang
New VIs
String Palette
Normalize String (Unicode).vim&Normalize String.vi- Use to normalize Unicode codepoints into C, D, KC, and KD forms
- Example:
Unicode String Normalization Example.vi
Spreadsheet String To Array.vimArray To Spreadsheet String.vim
Custom Probes
Unicode String Probe.viUnicode String Probe (Extended).vi
G-Unicode v0.2.0
- Additional string, file I/O, and UI functions.
- QuickDrop shortcut (Ctrl+G) to view/edit UTF-8 class value now works on front panel controls
- QuickDrop shortcut (Ctrl+Shift+G) to erase UTF-8 class value from constant / control
New VIs
String Palette
String To Codepoint Array (Unicode).vimCodepoint Array To String (Unicode).vi1D String Array To Delimited String (Unicode).vimDelimited String To 1D String Array (Unicode).vimNormalize End Of Line (Unicode).vimTrim Whitespace (Unicode).vim
File I/O Palette
Detect Text File Encoding (Unicode).vim
Dialog & User Interface Palette
Set Window Title (Unicode).vim- Requires UseUnicode=TRUE in labview.ini
G-Unicode v0.1.0
Initial release! Check out the included examples to see what G-Unicode can do.