12-07-2014 10:49 AM
Okay I didn't know how to word this, and maybe that's because I don't know enough about what is going on. If I enter a URL like "http://Mywebsite.com/Sub Folder/index.html" the space in there between the word Sub and Folder is replaced with a %20. Likewise if I enter an open parenthesis it is %28, the "&" symbol is %26.
Now I don't know all of the special characters and their conversions, but is there a VI someone has, or one in vi.lib that can convert from these URL percent characters to ASCII text?
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
Solved! Go to Solution.
12-07-2014 10:54 AM
Hi Hooovahh,
looks like a simple percent sign followed by the hex number of the ASCII char in question…
I guess you already did read the Wikipedia entry on this topic?
12-07-2014 10:56 AM
Oh for pete's sake. Thank you.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
12-07-2014
01:23 PM
- last edited on
03-12-2026
10:25 AM
by
Content Cleaner
psst, is this what you want?
https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/vi-lib/wsapi/vis/escape-http-url-vi.html
it and its sibling are under the web service palette
12-08-2014
06:01 AM
- last edited on
03-12-2026
10:26 AM
by
Content Cleaner
Since the goal is to convert from a URL to an ASCII string, I think the complement to this function is what he wants:
https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/vi-lib/wsapi/vis/unescape-http-url-vi.html