Skip to content

Commit e0315fd

Browse files
[Feature: 8] Support for UTF-8 URL encoding
1 parent 47c7622 commit e0315fd

11 files changed

+68
-307
lines changed

Unique Resource Identifier.lvproj

Lines changed: 59 additions & 297 deletions
Large diffs are not rendered by default.

openURI RFC3986.vipb

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<VI_Package_Builder_Settings Version="2018" Created_Date="2019-04-01 18:34:00" Modified_Date="2022-01-16 18:19:54" Creator="normandinf" Comments="" ID="d06b0543919e34f04f9e98f45de311a6">
1+
<VI_Package_Builder_Settings Version="2018" Created_Date="2019-04-01 18:34:00" Modified_Date="2023-07-05 19:37:13" Creator="normandinf" Comments="" ID="a025e558e7c2c98849f2e66f7f932316">
22
<Library_General_Settings>
33
<Package_File_Name>LabVIEW_Open_Source_Project_lib_OpenURI</Package_File_Name>
4-
<Library_Version>1.2.0.12</Library_Version>
4+
<Library_Version>1.3.0.13</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>source</Library_Source_Folder>
77
<Library_Output_Folder>.</Library_Output_Folder>
@@ -34,8 +34,7 @@
3434
<Copyright/>
3535
<Packager>Francois Normandin</Packager>
3636
<URL>https://github.com/LabVIEW-Open-Source/URI</URL>
37-
<Release_Notes>[Fix #6] Fixed the "Construct Path Component" utility VI
38-
[Feature #7] OpenURI now supports "context" (as a String) as well as "port" (as a U16) for better flexibility (feature required to support NI Network Stream protocol)</Release_Notes>
37+
<Release_Notes>[Feature: 8] Support for UTF-8 URL encoding</Release_Notes>
3938
</Description>
4039
<Destinations>
4140
<Toolkit_VIs>
@@ -458,7 +457,7 @@
458457
<Path>source\examples\OpenURI - Basic Example.vi</Path>
459458
<VI_Title/>
460459
</Items_Data>
461-
<GUID>05761530C886EF6EA6A7EF580E02EF36</GUID>
460+
<GUID>1F7482C1EE2B264E64B2BCCD924AC039</GUID>
462461
</Functions_Palette_Data>
463462
<Functions_Palette_Data>
464463
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -605,7 +604,7 @@
605604
<Path>source\uri\Map to Local Path.vi</Path>
606605
<VI_Title/>
607606
</Items_Data>
608-
<GUID>891CC99ACDB5ACE8BDB205904BC6527E</GUID>
607+
<GUID>2EA42A3D78D4E5764C2D23B6ACB941B9</GUID>
609608
</Functions_Palette_Data>
610609
<Functions_Palette_Data>
611610
<Parent_Palette_Index>1</Parent_Palette_Index>
@@ -752,7 +751,7 @@
752751
<Path>source\uri\Get Query (as Variant Attributes).vi</Path>
753752
<VI_Title/>
754753
</Items_Data>
755-
<GUID>04094103A5EC6C662F568EFE1674F385</GUID>
754+
<GUID>2EEA2BF406EB95178DE51F42CF2E38CC</GUID>
756755
</Functions_Palette_Data>
757756
<Functions_Palette_Data>
758757
<Parent_Palette_Index>1</Parent_Palette_Index>
@@ -801,7 +800,7 @@
801800
<Path>source\uri\Write scheme.vi</Path>
802801
<VI_Title/>
803802
</Items_Data>
804-
<GUID>D157A4392291D17EF6BAA4E66E687F7D</GUID>
803+
<GUID>EDCBB1C64F95F9589000B187B0ECF865</GUID>
805804
</Functions_Palette_Data>
806805
<Functions_Palette_Data>
807806
<Parent_Palette_Index>1</Parent_Palette_Index>
@@ -962,7 +961,7 @@
962961
<Path>source\uri\Write Context.vi</Path>
963962
<VI_Title/>
964963
</Items_Data>
965-
<GUID>2C2833C7E51325EE1786EDC21612C509</GUID>
964+
<GUID>87A822A8EA8FA7BDD0D91046CB5154D9</GUID>
966965
</Functions_Palette_Data>
967966
<Functions_Palette_Data>
968967
<Parent_Palette_Index>1</Parent_Palette_Index>
@@ -1053,7 +1052,7 @@
10531052
<Path>source\components\path\Percent-Encode Path.vi</Path>
10541053
<VI_Title/>
10551054
</Items_Data>
1056-
<GUID>3651100F11165328840F6A665C14BD1B</GUID>
1055+
<GUID>E225911896229AB8A39DABA81BDE3DAC</GUID>
10571056
</Functions_Palette_Data>
10581057
</Library_Palette_Definition>
10591058
</VI_Package_Builder_Settings>
176 Bytes
Binary file not shown.
148 Bytes
Binary file not shown.
176 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

source/uri/Get Query.vi

20 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
156 Bytes
Binary file not shown.
120 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)