Hey there,
I’m trying to find the best way to lay out some Japanese type, and I’m wondering if there’s a GREP solution.
In Japanese, there are a handful of characters that are not allowed to start a line.
https://en.wikipedia.org/wiki/Line_breaking_rules_in_East_Asian_languages#Line_breaking_rules_in_Japanese_text_.28Kinsoku_Shori.29
When I flow a paragraph from my translator or make a change that results in re-ragging the text (like changing the frame width,) I need to get it all proofed by my guy in Japan so he can check the line breaks. This generally costs me 1 day due to the time difference.
Short of learning Japanese myself, I could save a lot of time if I had a GREP style that highlights any “illegal” character when it appears at the beginning of a line.
If I put this in the GREP style box, it only identifies the first character of a paragraph.
^[?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?|?]
Is there another function that would recognize the leftmost character on each line?