Skip to content

G-Unicode v0.3.0

Latest

Choose a tag to compare

@dataflowg dataflowg released this 30 Aug 06:38
1f45b19
  • 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).vim can search on individual I32 codepoint
  • Normalize End Of Line.vim supports 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.vim
  • Array To Spreadsheet String.vim
Custom Probes
  • Unicode String Probe.vi
  • Unicode String Probe (Extended).vi