Click here to get back home

=encoding

 HomeNewsGroups | Search | About
 comp.lang.perl.misc    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
=encoding Ben Bullock 09-01-2007
`--> Re: =encoding Christian Winte...09-02-2007
Posted by Ben Bullock on September 1, 2007, 8:28 pm
Please log in for more thread options
>>
>> [snip]
>>
>> > if I print "$1\n",
>> > the file prints just fine. But, if I do something like print "$1 after
>> > \n", the whole output is messed up. If I print "before $1\n", nothing
>> > prints at all. If I print "before $1 after\n", only after prints.
>>
>> not really sure, but could be a rogue "\r" in $1,


> There
> is a rogue carriage return (0xd) in the string

> Is there something I can do to deal with this
> situation?


Repair the corrupted file:

perl -p -i -e 'tr/\r//d' bad_file


--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas

Posted by Christian Winter on September 2, 2007, 7:19 am
Please log in for more thread options
>>
>> [snip]
>>
>> > if I print "$1\n",
>> > the file prints just fine. But, if I do something like print "$1 after
>> > \n", the whole output is messed up. If I print "before $1\n", nothing
>> > prints at all. If I print "before $1 after\n", only after prints.
>>
>> not really sure, but could be a rogue "\r" in $1,


> There
> is a rogue carriage return (0xd) in the string

> Is there something I can do to deal with this
> situation?


Repair the corrupted file:

perl -p -i -e 'tr/\r//d' bad_file


--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas

Similar ThreadsPosted
POD and =encoding ... September 6, 2004, 10:49 am
LWP and UTF-8 encoding November 23, 2005, 12:15 pm
encoding November 15, 2006, 10:42 am
character encoding in CGI.pm November 24, 2004, 2:07 pm
encoding perl msg November 5, 2005, 9:14 am
Mail and Encoding September 5, 2006, 3:34 pm
UTF-8 encoding problem October 18, 2006, 8:20 am
Different POST encoding format May 5, 2005, 5:16 am
Encoding transformation problems May 27, 2006, 8:36 am
Encoding problem: Rsquo to a with a hat October 26, 2006, 3:08 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap