JamesMc86 / G-CLI

A proxy mechanism allow LabVIEW programs to easily write out to the command line.
BSD 2-Clause "Simplified" License
71 stars 19 forks source link

Unicode Conversion Fails on Linux #136

Closed JamesMc86 closed 10 months ago

JamesMc86 commented 1 year ago

The non-ascii test case on Linux produces the following error:

==============
Error At Exit:
Error 1396 occurred at Text to UTF-8 in CLI.lvclass:Write Message.vi->CLI.lvclass:Write String.vi->CLI.lvclass:Write Line.vi->Integration Tests.lvlib:Check Unicode Response.vi

Possible reason(s):

LabVIEW: (Hex 0x574) Cannot convert text from the source character set to the destination character set.
==============

Going to disable the test on Linux for now and track the regression with this issue.