Version History

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Upcoming changes in next version)
(Upcoming changes in next version)
Line 43: Line 43:
 
* Added UrlEncodeUnicode() It can convert a string into a Unicode string in %UnicodeValue notation
 
* Added UrlEncodeUnicode() It can convert a string into a Unicode string in %UnicodeValue notation
 
* Added Encoding() It can create a string encoding type for use in certain functions such as UrlEncode()
 
* Added Encoding() It can create a string encoding type for use in certain functions such as UrlEncode()
 +
* Added UrlEncodeBytes() It can onvert a binary variable into a URL-encoded string, starting at the specified position in the array and continuing for the specified number of bytes
 +
* Added UrlDecodeBytes() It can onvert a URL-encoded binary variable into a decoded string using the specified encoding, starting at the specified position in the array, and continuing for the specified number of bytes
  
 
== Sputnik 0.24 @ 29-11-2014 01:05 AM ==
 
== Sputnik 0.24 @ 29-11-2014 01:05 AM ==

Revision as of 07:56, 16 December 2014

Contents

Upcoming changes in next version

Sputnik 0.24 @ 29-11-2014 01:05 AM

Whats New

Known issues in current version:

Sputnik 0.23b3 @ 14-08-2014 10:09 PM

Whats New

Sputnik 0.23b2 @ 14-08-2014 02:18 PM

Whats New

Sputnik 0.23b1 @ 12-08-2014 02:23 AM

Whats New

Sputnik 0.23 @ 08-11-2014 05:54 AM

Whats New

Sputnik 0.22 @ 03-21-2014 05:54 AM

Whats New

Sputnik 0.21 @ 09-28-2013 05:26 PM

Whats New

Sputnik 0.20 @ 09-19-2013 10:58 PM

Whats New

Sputnik 0.19 @ 09-16-2013 10:25 PM

Whats New

Sputnik 0.18 @ 09-12-2013 01:42 AM

Whats New

$a = array(); $a[0] = "blah"; $a[1] = $a;

println("C:\\"); // Where as this would fail <-- No longer fails

Sputnik 0.17 @ 08-29-2013 05:49 PM

Whats New

Sputnik 0.16 @ 08-25-2013 07:56 AM

Whats New

Sputnik 0.15 @ 08-25-2013 01:15 AM

Whats New

Lower than 0.15

No information available.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox