Is built-in Find/Change by list script Unicode compliant?
I'm using the built-in find/change by list script for a scholarly text. It works fine, but some search and replace queries that involve some more unusual characters are turned into gibberish.
So I'm wondering if anybody knows whether the script is actually fully Unicode compliant, or if there is something that I'm doing wrong.
The query I've been using is below (the academic author uses a hacked pi font to get special ornaments instead of the correctly encoded unicode characters, hence the substitution):
grep {findWhat:"(?<=\\s)r(?=\\s)"} {changeTo:"ﷺ"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false} Find r between any whitespaces and replace with ﷺ.
grep {findWhat:"(?<=\\s)u(?=\\s)"} {changeTo:"ﷷ"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false} Find u between any whitespaces and replace with ﷷ.
But when I run it, the outcome in InDesign is Ô∑∑ instead of ﷷ and Ô∑∫ instead of ﷺ . Any clues?
