lib: created consistent method of printing strings with CR characters
commitb4350cf3bf633fd0640c5f3e8536cf84a27e4861
authorChris Frey <cdfrey@foursquare.net>
Fri, 24 Dec 2010 19:58:22 +0000 (24 14:58 -0500)
committerChris Frey <cdfrey@foursquare.net>
Fri, 24 Dec 2010 19:58:22 +0000 (24 14:58 -0500)
tree88346acef2242846bbb350a259ca7087eba87a32
parentf0716fb73d814a2c631cfdfc28a903becbc11e12
lib: created consistent method of printing strings with CR characters

Some fields in the BlackBerry contain carriage return \r characters,
which mess up the human readable dumps.  This class and operator<<
overload converts them to \n.
src/r_contact.cc
src/r_message_base.cc
src/record.cc
src/record.h