E.decodeUTF8() and umlauts

Posted on
  • Is there a sample how to use E.decodeUTF8() to convert utf-8 umlauts to ansi umlauts?

  • Not that I am aware of - what happens if you just run it on the UTF8 text string you have?

  • Ok, just tested in my environment

    ansiStr = E.decodeUTF8( utf8Str);
    

    is all it needs to convert utf-8 umlauts to ansi umlauts.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

E.decodeUTF8() and umlauts

Posted by Avatar for MaBe @MaBe

Actions