Hi,
I have some objective-c source files that I'd like to post on my
website (http://www.sublime.org).
I have spent some time looking for a
tool to format the source in HTML/XHTML unsuccessfully. My
requirements are very basic - I just want:
1. To escape characters that otherwise won't be taken literally in
html.
2. To convert spaces and tabs to appropriate numbers of ' ' so
that the code retains its indenting.
The closest I came was a web form that didn't convert the tabs to
' '.
This problem seems to be so common that it must have been solved a
million times. Could anyone point me in the direction of a tool?
Thanks.
-Robin Barooah
robin@[EMAIL PROTECTED]