-
How to search for a differently formatted character within a word?
I’ve been searching forever for a way of solving this through one way or another and I’m getting nowhere.
I have to manage text from several different languages, including those like Spanish and French, which have many “special characters” as in vowels with tilde marks, etc. (á é î û… that sort of thing). And no matter what I do, italic or bold characters that happen to be special characters tend to be placed as regular text (whereas the rest of the surrounding word and text isn’t). Example:
Política or silêncio
As you can see, “pol” and “tica”, and “sil” and “ncio” are correctly placed in italics but the “í” and the “ê” are in regular format.*
Now, I can’t seem to find a way to avoid or fix this before it happens, i.e. before the format of special characters is changed when the text is places (it would be great if anyone knew how to do so). However, I can’t find a way of searching after the fact for every instance of a regular formatted character in the middle of a word with an italic or bold format either… which is the workaround I’m thinking is my best option now.
No matter what I try out in GREP searches and/or format searches, I can’t seem to find a way of doing this. So I’m basically stuck looking through an entire 300-page academic magazine trying to weed out these issues and correct them one by one before my deadline, which is tomorrow night!
Thanks in advance for any input!
*Not all instances of special characters are changed, some are OK, which is weird. Nor does it respond to a specific special character. You may find an “á” in italics and, the next line down, it’s been set to regular in the middle of a word. And the font I’m using surely does have special characters available (it’s Minion) in case you might think it has to do with that. I can’t seem to find a reason ID would just decide some special characters have to be placed in regular formatting, no matter how they’re formatted from the source.