Menu

#2 CR/LF in XML output

open
nobody
None
5
2008-07-24
2008-07-24
No

Actually CR/LF is used as line seperator. On UNIX this is ugly.

Workaround: use sed or vi to get rid of this. vi: use substitute command and regexp:

:%s/^M//g

Don't type the : and to get the ^M your have to press Ctrl-v and then Crtl-m

Feature Request: check for environment (e.g. if File.separator.equals("\\") ... and set terminator accordingly or add option to JUDIEParams and the tools.

Discussion


Log in to post a comment.