You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • Wow, just copied the code from your response and it works - I guess this has to do with code pages differences. I write code with a Mac OS editor and load the file into thee WebIDE.

    // writing in WebIDE 
    var aJS = JSON.stringify({txt : "012345\nabcde\näöüß"}),  
    
    // load file after using the Mac editor
    var aJS = JSON.stringify({txt : "012345\nabcde\n����"}),
    

    Maybe some quotes got effected as well .....

    Many thanks, using replace was just a workaround and I am happy to remove them again.


    2 Attachments

    • Bildschirmfoto 2021-07-06 um 18.08.14.jpg
    • Bildschirmfoto 2021-07-06 um 18.08.31.jpg
About

Avatar for MaBe @MaBe started