Wrong characters after using FindChangeByList.applescript
Hello there,
I'm using FindChangeByList.applescript (not jawascript – I won't use that one) with inDesign 18.1 and when I ask the following:
text {find what:"unit"} {change to:"unité"} {case sensitive:false, include master pages:true, whole word:true} Exemple
I get 'unit√©' instead of 'unité'
I've tried changing encoding of FindChangeList.txt from Unicode (UFT-8) to Unicode (UFT-16) as it seemed to work with someone else to no avail.
I've also tried this:
grep {find what:"é"} {change to:"\u00e9"} {case sensitive:false, include master pages:true, whole word:false} Exemple
But it does not work either.
Is there something I should do (otherwise than make the change within inDesign using search/replace)?
