hpinson@indepthl.com wrote:
Windows carriage returns in ZPT documents are becoming the bane of my existance.
Can anyone suggest a way to search a file for this and convert them to UNIX style carriage returns.
Preferably in Textpad, but a UNIX/Linux based technique (Emacs?) would be helpful too.
I can't be the only one experience the explosion of this problem...
Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
I have never run into this regarding zope directly, but I have seen it alot in other applications. dos2unix and unix2dos are two helpful linux commands that I have used. dos2unix will fix the CR/LF. Its pretty handy and can use wildcards. Also found this link on the internet that describes a few different way to do it. http://www.cdf.toronto.edu/workathome/print.php3?id=49 Will Smith