Search results for query: *

  1. D

    Question Decode cyrillic string (RFC 1522)

    Hi John, Thank you, this sounds good. The Extraction of the Byte Values is fine for me. But could you show me how you would solve the parsing in vb.net code?
  2. D

    Question Decode cyrillic string (RFC 1522)

    Hi all, I hope you can help me how I can resolve this using VB.NET From a third-party tool I receive a string which is originally in cyrillic (koi8-r) The string is always written in this format: "=?" charset "?" encoding "?" encoded-text "?=" This standard comes from the definition of RFC...
  3. D

    Question Encoding / Decoding string from cyrilic to UTF-8

    Got it! The "==" were there but I thought this is part of the string boundaries. Thank you for this hint! Problem solved.
  4. D

    Question Encoding / Decoding string from cyrilic to UTF-8

    Thank you John, this works perfectly. The two characters in the end of the string: "Og" that you've removed - these are the bytes for the ":", right? How can I handle this and get the correct string for the base64?
  5. 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...
Back
Top