{"id":67,"date":"2014-07-01T12:50:34","date_gmt":"2014-07-01T16:50:34","guid":{"rendered":"http:\/\/salzlechner.com\/dev\/?p=67"},"modified":"2016-03-11T07:19:24","modified_gmt":"2016-03-11T12:19:24","slug":"url-encoding-using-chilkat","status":"publish","type":"post","link":"http:\/\/salzlechner.com\/dev\/2014\/07\/01\/url-encoding-using-chilkat\/","title":{"rendered":"URL Encoding using Chilkat"},"content":{"rendered":"<pre class=\"lang:default decode:true  \">Function DoURLEncodeString Global String sSource Returns String\r\n    String sEnc\r\n    Integer hoCrypt\r\n\r\n    Indicate err False\r\n    Get Create U_cComChilkatCrypt2 to hoCrypt\r\n    Send CreateComObject to hoCrypt\r\n    If (err) Function_Return \"\"\r\n\r\n    Get ComUnlockComponent of hoCrypt \"...\" to windowindex\r\n\r\n    Set ComCharset of hoCrypt to \"us-ascii\"\r\n    Set ComCryptAlgorithm of hoCrypt to \"none\"\r\n    Set ComEncodingMode of hoCrypt to \"url\"\r\n\r\n    Get ComEncryptStringENC of hoCrypt (trim(sSource)) to sEnc\r\n\r\n    Send Destroy to hoCrypt\r\n\r\n    Function_Return sEnc\r\nEnd_Function<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This blog post shows how to use Chilkat in DataFlex to URL encode a string <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","ngg_post_thumbnail":0,"footnotes":""},"categories":[6],"tags":[],"class_list":["post-67","post","type-post","status-publish","format-standard","hentry","category-dataflex"],"_links":{"self":[{"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/posts\/67","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/comments?post=67"}],"version-history":[{"count":2,"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/posts\/67\/revisions"}],"predecessor-version":[{"id":301,"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/posts\/67\/revisions\/301"}],"wp:attachment":[{"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/media?parent=67"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/categories?post=67"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/salzlechner.com\/dev\/wp-json\/wp\/v2\/tags?post=67"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}