decode

  1. D

    Question Encoding / Decoding string from cyrilic to UTF-8

    Hi all, Please help me with this issue I face with. From a third-party software, I receive a string in an ASCII Textfile, which is originally cyrilic. I have been given this kind of string: 7dkg0NLFxMzBx8HFzSDawSDSwdrVzc7ZxSDDxc7ZOg I receive the information from the software that this is...
  2. T

    Question Decoding special characters with Request.QueryString.Item

    Hey folks I'm having a problem and I'd like your help. I'm trying to decode special characters in parameter values passed into a web page. Here's my script: <%Response.charset="UTF-8"%> <%@ Page Explicit="true" %> <script language="VB" runat="Server"> </script> <?xml version="1.0"...
Back
Top