ZF-15: Normalize line endings in Zend_Pdf
Description
Most all line endings in our generated PDF documents use a single linefeed character (LF - 0x0A). However, in a couple of places, a carriage return-linefeed sequence (CRLF - 0x0D 0x0A) is used. Both are legal in PDF, but the single linefeed is recommended.
For consistency, change all occurrences of CRLF to LF.
Comments
Posted by Willie Alberty (willie) on 2006-06-17T00:13:49.000+0000
Done. No visible changes for end-user.
Posted by Willie Alberty (willie) on 2006-06-18T01:30:29.000+0000
Linked issue to unit test failure.