From: [EMAIL PROTECTED] Operating system: - PHP version: 4.0.6 PHP Bug Type: Documentation problem Bug description: switched newline and carriage return ascii codes In the manual entries for trim, ltrim and trim, the ASCII code for newline is listed as 13, and the ASCII code for carriage return is listed as 10. It should be the other way around, i.e. line feed/newline is ASCII 10 (0x0a), and carriage return is ASCII 13 (0x0D). -- Edit bug report at: http://bugs.php.net/?id=12957&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]