utf8

  1. T

    Question Select into outfile Query... how to avoid writing BOMs

    Hello... below is my code: Try 'create export directory if needed If (Not System.IO.Directory.Exists(Trim(TextBox64.Text))) Then System.IO.Directory.CreateDirectory(Trim(TextBox64.Text)) End If Catch es As Exception End Try...
  2. 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...
  3. 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