Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
I am having the same issue as the one listed below. I am using CS4, but I think the code is the same as CS3.
I spent the better part of a day trying to figure out how to format a glyph entry in FindChangeByList.txt. I am pretty sure my format of findWhat: and changeTo: is wrong, but I can't find a full example of anything that works.
glyph {findWhat:"2018'"} {changeTo: "2019", appliedCharacterStyle:"normal"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:true} Replaces upside-down single quote.
Can someone please explin the correct format or show me a working command?
Copy link to clipboard
Copied
I bet you are confusing glyphs with unicodes.
The Replace Glyphs option is to replace "glyph #10234" in some font with "glyph #584". This can be useful, say, to replace one style of arrow in Minion Pro with another (where both have the same Unicode but different glyph numbers).
In your example you mention "2018" and "2019", with a comment to two single quote characters. Those are not glyph indexes, but Unicodes! So you cannot use the Glyphs option, you should use either the regular find/change or GREP -- whatever works best.
(The notation of unicode characters is slightly different for regular and GREP, so you'd better double check what you are going to use.)
Copy link to clipboard
Copied
Can you write a sample line for changing glyphs that we can use with FindChangeByList script please.