I am writing a program that uses prints a hex dump of its input. However, I\'m running into problems when newlines, tabs, etc are passed in and destroying my output formatti
Print "\\n" – "\\" produces "\" and then "n" is recognized as an ordinary symbol. For more information see here.