Search found 4 matches

by dmonti
Thu Jul 15, 2010 8:51 pm
Forum: General
Topic: Remove carrage return \r
Replies: 5
Views: 766

MudGuard wrote:The problem is:

if you remove them and then save the file in PC format, they get re-inserted at the end of each and every line.
Thank you for the help. Just out of curiosity, why doesn't replacing \x0D work?
by dmonti
Wed Jul 14, 2010 5:52 pm
Forum: General
Topic: Remove carrage return \r
Replies: 5
Views: 766

Which style of Line endings do you have configured for saving the file?

(in Save-As-Dialog: File Format)?

If it is PC, then whenever you save, the \x0D are inserted automatically.

It needs to be Unix file format to not auto-add \x0D ...

Saving it as Unix does get rid of them(which is helpful ...
by dmonti
Wed Jul 14, 2010 4:47 pm
Forum: General
Topic: Remove carrage return \r
Replies: 5
Views: 766

Remove carrage return \r

Hello,
I have some \r characters I would like to remove.
I have tried replacing \x0D but that doesn't work. When I view the file in binary mode I can see the X'0D' chars.

Thanks
by dmonti
Tue Jun 14, 2005 1:55 pm
Forum: General
Topic: Form Feed represented differently?
Replies: 0
Views: 202

Form Feed represented differently?

Hi,
I have a text document that has a form feed character in it. On some PCs running WindowsXP the character looks like a square, but on others it just appears as a space.

I have noticed this to be true when I open the file in WordPad as well. I guess this is a Windows setting but I can't figure ...