txt2html
#!/bin/sed -f
#DTPD#
#txt2html Cleans up HTML control characters <.",&,>
s/\&/\&/g;
s/\"/\"/g;
s/</\</g;
s/>/\>/g;
s/\\/\&\#0092;/g;
#!/bin/sed -f
#DTPD#
#txt2html Cleans up HTML control characters <.",&,>
s/\&/\&/g;
s/\"/\"/g;
s/</\</g;
s/>/\>/g;
s/\\/\&\#0092;/g;