Click here to get back home

what to do with special characters like "é","ë",...

 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
what to do with special characters like "é","ë",... lievemario 11-11-2004
Posted by lievemario on November 11, 2004, 5:14 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 Jürgen Exner on November 11, 2004, 5:13 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

Similar ThreadsPosted
CGI.pm and special characters in hidden inputs December 29, 2004, 3:54 pm
RSS feeds and HTML special characters July 11, 2006, 4:28 pm
turn off special characters in a string September 18, 2007, 5:22 pm
escaping special characters in a form input August 20, 2005, 11:09 am
How to "quote" all regexp expression special characters? June 6, 2006, 1:36 pm
SOAP::Lite, encode and special characters May 9, 2007, 6:19 am
Selecting special characters in a string (Regex?) June 7, 2007, 1:31 pm
allow potential special characters '@' and '$' in system call December 6, 2007, 11:32 am
Regular Expression for HTML Tags and Special Characters October 19, 2004, 12:51 am
Regular expressions to find the presence of special characters October 25, 2004, 12:22 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap