FindChangeByList.jsx + FindChangeList.txt find "√§" and replace with "ä"
Context:
After importing text data via CSV for all "ä" characters I get a "√§" instead, "√º" instead of "ü" and "√∂" instead of "ö".
Problem with FindChangeList.txt:
I run the following script:
text {findWhat:"√§"} {changeTo:"ä"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false} Find all umlaute and replace them correctly.
Nothing happens, all the "√§" stay the same. I tried to replace them to "ae" first and then change "ae" to "ä" in a second command but in the end it changes back to "√§".
Does anybody have a clue how to solve this problem?
