<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HTTP, LabVIEW, and Unicode problems in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/HTTP-LabVIEW-and-Unicode-problems/m-p/4468495#M1320249</link>
    <description>&lt;P&gt;Hey guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in case that somebody still looks for a solution (the solution above adds "space" characters after each char), you can use a LabVIEW internal solution:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jenso_0-1770371573372.png" style="width: 400px;"&gt;&lt;img src="https://forums.ni.com/t5/image/serverpage/image-id/353396iF415A8805E74FF2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jenso_0-1770371573372.png" alt="Jenso_0-1770371573372.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;JensDeBaer&lt;/P&gt;</description>
    <pubDate>Fri, 06 Feb 2026 09:53:14 GMT</pubDate>
    <dc:creator>Jenso</dc:creator>
    <dc:date>2026-02-06T09:53:14Z</dc:date>
    <item>
      <title>HTTP, LabVIEW, and Unicode problems</title>
      <link>https://forums.ni.com/t5/LabVIEW/HTTP-LabVIEW-and-Unicode-problems/m-p/4365089#M1282267</link>
      <description>&lt;P&gt;I need a bit of help...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Background:&lt;/STRONG&gt;&lt;BR /&gt;I am trying to integrate with a CM's system, which is halfway around the world. I have have to VPN and RDP into their network to try things out. Also, the deployment PC does not have LV development environment installed so I am building an exe ever time I make a change.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have several disadvantages working against me:&lt;BR /&gt;1) This is probably the second time I have put the "\httpClient\POSTBuffer.vi" on a block diagram (The first time was many years ago and didn't end well either.)&lt;BR /&gt;2) This is the first time I had to deal with Unicode. I think LV is making things worse.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;BR /&gt;I want my LV code to output the same thing as the PowerShell script. (&lt;EM&gt;See image below&lt;/EM&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Frozen_0-1712338330015.png" style="width: 999px;"&gt;&lt;img src="https://forums.ni.com/t5/image/serverpage/image-id/330979iEF17139BAB45CFDD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Frozen_0-1712338330015.png" alt="Frozen_0-1712338330015.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a chopped up image (&lt;EM&gt;yes, an picture&lt;/EM&gt;) of my code... (&lt;EM&gt;to protect the innocent.&lt;/EM&gt;)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Frozen_1-1712338381527.png" style="width: 999px;"&gt;&lt;img src="https://forums.ni.com/t5/image/serverpage/image-id/330980iC4FA9F9D7A600A0E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Frozen_1-1712338381527.png" alt="Frozen_1-1712338381527.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see that the code is "working" in that it is returning "&lt;FONT color="#3366FF"&gt;HTTP/1.1 200 OK...&lt;/FONT&gt;" along with some text in the body.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Things I have done or tried:&lt;/STRONG&gt;&lt;BR /&gt;I have put the "&lt;FONT color="#3366FF"&gt;UseUnicode=True&lt;/FONT&gt;" token into my LabVIEW ini file as well as the deployment app ini file (Is there a LV ini file for run-time?)&lt;BR /&gt;I have turned on "Forced Unicode Text" in the body string indicator.&lt;BR /&gt;I can copy the PS terminal text from the deployment PC into my LV dev environment string indicator successfully. So I know the string indicator is capable of displaying the correct characters.&lt;BR /&gt;Probably more things that I have tried the I do not recall since I am upto rev 7 of my code already.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Things I have not tried:&lt;/STRONG&gt;&lt;BR /&gt;Calling a Power Shell script... I would rather use a native LV solution. Plus, it is requires more trial and error exe's being built. &lt;span class="lia-unicode-emoji" title=":nauseated_face:"&gt;🤢&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas on what I am missing? or more specifically, how I can get it to work?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 17:37:13 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/HTTP-LabVIEW-and-Unicode-problems/m-p/4365089#M1282267</guid>
      <dc:creator>Frozen</dc:creator>
      <dc:date>2024-04-05T17:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP, LabVIEW, and Unicode problems</title>
      <link>https://forums.ni.com/t5/LabVIEW/HTTP-LabVIEW-and-Unicode-problems/m-p/4365110#M1282272</link>
      <description>&lt;OL&gt;
&lt;LI&gt;The "Force Unicode Text" only has an effect when typing characters into a string control.&lt;/LI&gt;
&lt;LI&gt;The HTTP strings are probably UTF-8; whereas LabVIEW uses UTF-16 LE. &amp;nbsp;You might be able to use the attached files to build a converter.&lt;/LI&gt;
&lt;LI&gt;There is a text property&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paul_a_cardinale_0-1712345065251.png" style="width: 400px;"&gt;&lt;img src="https://forums.ni.com/t5/image/serverpage/image-id/330983iBCECFC570A74EBE6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paul_a_cardinale_0-1712345065251.png" alt="paul_a_cardinale_0-1712345065251.png" /&gt;&lt;/span&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;This is like font properties in that it can be different for different characters. &amp;nbsp;When writing this property, it only affects the selected characters&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paul_a_cardinale_1-1712345176046.png" style="width: 400px;"&gt;&lt;img src="https://forums.ni.com/t5/image/serverpage/image-id/330984iA0A7008247CDB73F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paul_a_cardinale_1-1712345176046.png" alt="paul_a_cardinale_1-1712345176046.png" /&gt;&lt;/span&gt;.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;The following, once executed, will set a string control to always interpret everything as Unicode:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paul_a_cardinale_2-1712345348005.png" style="width: 400px;"&gt;&lt;img src="https://forums.ni.com/t5/image/serverpage/image-id/330985iCCDD96068D4F4AAA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paul_a_cardinale_2-1712345348005.png" alt="paul_a_cardinale_2-1712345348005.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 19:35:40 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/HTTP-LabVIEW-and-Unicode-problems/m-p/4365110#M1282272</guid>
      <dc:creator>paul_a_cardinale</dc:creator>
      <dc:date>2024-04-05T19:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP, LabVIEW, and Unicode problems</title>
      <link>https://forums.ni.com/t5/LabVIEW/HTTP-LabVIEW-and-Unicode-problems/m-p/4365120#M1282279</link>
      <description>&lt;P&gt;Thanks for the insights.&lt;/P&gt;
&lt;P&gt;I will try them out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, can you back save those attachments to 2020 please?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 20:15:12 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/HTTP-LabVIEW-and-Unicode-problems/m-p/4365120#M1282279</guid>
      <dc:creator>Frozen</dc:creator>
      <dc:date>2024-04-05T20:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP, LabVIEW, and Unicode problems</title>
      <link>https://forums.ni.com/t5/LabVIEW/HTTP-LabVIEW-and-Unicode-problems/m-p/4365123#M1282280</link>
      <description>&lt;P&gt;Here.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 20:18:58 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/HTTP-LabVIEW-and-Unicode-problems/m-p/4365123#M1282280</guid>
      <dc:creator>paul_a_cardinale</dc:creator>
      <dc:date>2024-04-05T20:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP, LabVIEW, and Unicode problems</title>
      <link>https://forums.ni.com/t5/LabVIEW/HTTP-LabVIEW-and-Unicode-problems/m-p/4468495#M1320249</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in case that somebody still looks for a solution (the solution above adds "space" characters after each char), you can use a LabVIEW internal solution:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jenso_0-1770371573372.png" style="width: 400px;"&gt;&lt;img src="https://forums.ni.com/t5/image/serverpage/image-id/353396iF415A8805E74FF2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jenso_0-1770371573372.png" alt="Jenso_0-1770371573372.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;JensDeBaer&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 09:53:14 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/HTTP-LabVIEW-and-Unicode-problems/m-p/4468495#M1320249</guid>
      <dc:creator>Jenso</dc:creator>
      <dc:date>2026-02-06T09:53:14Z</dc:date>
    </item>
  </channel>
</rss>

