BobH
Sr. Member
  
Karma: +0/-0
 United Kingdom
Posts: 18
|
 |
« Reply #1 on: 2011-05-10, 09:52:03 » |
|
> And although everything I read said "\n" makes a new line, this isn't accurate. Only "\r" worked. Is this a bug or just a Mac thing?
Not addressing your original question, but I've often wondered about the "correct" new-line convention in the 'name' table. I've come to the conclusion that one should code newlines that are relevant for the platformID of the string. That is, for platformID 1 strings, use Mac line ends (CR, though maybe Unix line end, LF, might be OK too); for platforID 3 use Windows line ends (CRLF).
But I don't know what to recommend for Platform ID 0 or 2.
Bob
|