Skip to content
Prev 301736 / 398506 Next

sprintf doesn't care of escape characters

sprintf is working just fine.  Your problem is the interpretation of
what the results are.  Displaying the object will show the escape
characters, but if you use "cat", or output to a file, you will see
that the result is correct:
a
b>
a"bc"d>
On Mon, Jul 30, 2012 at 1:29 PM, Edwin Helbert Aponte Angarita
<helbert2a at gmail.com> wrote: