You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • I wonder how it will work when you convert it back to readable data

    It's smart enough to know:

    >E.setFlags({pretokenise:true})
    >function f() {var a='aaa"aaa';print(a);}
    >edit(f) 
    >function f() {var a="aaa\"aaa";print(a);}
    

    It's not perfect, but then if you've enabled pretokenisation you have to expect it won't be able to put everything back exactly as it was

About

Avatar for Gordon @Gordon started