If it's in files, were these files ever on Windows? My personal theory is that vo will read a $lf (line feed) character as "new line", since the mac uses just $lf to denote a hard return. Windows, on the other hand, uses $crlf, so I think vo sees the $lf as "new line", but then sees $cr (carriage return) as "return". Since Windows puts both of these together to indicate a hard return, vo does its job and dutifully reports both characters. For mac-only files, it will see just a $lf and so report only "new line".
On 1/19/13, Matthew Campbell <[email protected]> wrote: > Hi. > This usually happens with plane text files in textedit and other similar > applications. > I've written Apple accessibility I think a couple of times about this, but > don't remember what responses I've gotten. Might be high time to write them > again about it, because it really is annoying. > Just thought I'd add my own two cents. > Matthew Campbell. > > > On 2013-01-19, at 11:26 AM, Alex Hall <[email protected]> wrote: > >> I've never seen that happen. Is it with a certain voice? Do you have >> punctuation set to all? >> >> On 1/19/13, Matt Dierckens <[email protected]> wrote: >>> Good morning all. >>> I wisht there was a way to make voice over stop saying, return, new >>> line, >>> when reading in say all mode in any text editing application. >>> Heck, even preview will do it. >>> Any suggestions? Or is there nothing I can do about it. >>> . >>> Matt >>> Sent from my mac >>> Twitter: matt692 >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups >>> "MacVisionaries" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/macvisionaries?hl=en. >>> >>> >> >> >> -- >> Have a great day, >> Alex (msg sent from GMail website) >> [email protected] >> >> -- >> You received this message because you are subscribed to the Google Groups >> "MacVisionaries" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/macvisionaries?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "MacVisionaries" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/macvisionaries?hl=en. > > -- Have a great day, Alex (msg sent from GMail website) [email protected] -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macvisionaries?hl=en.
