-
1. Re: mystery hidden character causing line break issues
P Spier May 13, 2010 8:31 AM (in response to mattaca)The highlight is obscuring the character. Can you post without the highlight?
Is this always at the end of a paragraph? You might use a GREP Find/Change to just remove any whitespace at the end of a paragrap:
find (.) +$ and change to $1
-
2. Re: mystery hidden character causing line break issues
[Jongware] May 13, 2010 9:05 AM (in response to mattaca)Pasting the mystery character into the Find/Change dialogue box finds all spaces, so we assumed it's some kind of space character. But subsequent searches for a em space, en space, non-breaking space, punctuation space, and so on yield no results. And a GREP search for \x{20} does NOT find the character, so it's not a regular old space.
Select just this character and look in the Info panel. This will tell you the exact code.
(I'm betting it's the Unicode Line break Separator that suddenly is starting to make Guest Appearances: [OS X 10.6.3, ID CS5] Space: the final frontier)
-
3. Re: mystery hidden character causing line break issues
mattaca May 13, 2010 10:23 AM (in response to [Jongware])Peter, there is no symbol that is being obscured. It doesn't show anything, just blank space that can be highlighted, hence, the mystery.
Jongware, it looks like you may be right. the info panel says the unicode is 0x2028. The weird thing is, I know these characters were not in the original file where the text was picked up. At what point did they get introduced? And why is InCopy not treating them the same way as InDesign? That's the most disturbing thing to me.
For now, I'll add a find to my clean-up script for \{x2028} and replace it with \x{20}. But I still would love to know these mystery characters came to be. Thanks, Jongware.
-
4. Re: mystery hidden character causing line break issues
mattaca May 13, 2010 10:27 AM (in response to mattaca)Oh, and to answer Peter's question, no, it's not always at the end of the paragraph, but does seem to always be at the end of a sentence. You can see in the second picture two other forced breaks, one after "system" and the other after "fat." In the first picture, you can see the lines are not breaking in those same places, and there is no hidden character indicating that anything is there.
-
5. Re: mystery hidden character causing line break issues
[Jongware] May 13, 2010 11:02 AM (in response to mattaca)At what point did they get introduced?
I can think of two possible scenario's, both equally possible:
1. They are a part of a code in newer versions of Word (which does hide them from the user), and, since this is a "new feature" in Word documents, the InDesign engineers didn't know they should discard it when importing Word text; or
2. They have always been in Word documents, but apparently, Adobe re-wrote the code ([CS4] Word Import severely broken) and it's suddenly a problem, where previous versions of InDesign handled them gracefully (as in, I've never seen these codes pre-CS4).





