Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
When i download the contents to a file, using perl LWP module,Limón
The test.txt has the characters Limón. How to avoid the characters converting to this way.#!/usr/bin/perl use LWP::Simple; $status = getstore("http://www.example.com","test.txt");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Encoding issue
by graff (Chancellor) on Mar 30, 2010 at 12:34 UTC | |
by Anonymous Monk on Apr 01, 2010 at 04:51 UTC | |
by graff (Chancellor) on Apr 02, 2010 at 01:27 UTC | |
|
Re: Encoding issue
by ikegami (Patriarch) on Apr 02, 2010 at 03:58 UTC | |
|
Re: Encoding issue
by Anonymous Monk on Mar 30, 2010 at 09:13 UTC | |
by Anonymous Monk on Mar 30, 2010 at 09:47 UTC | |
by Anonymous Monk on Mar 30, 2010 at 10:58 UTC | |
by Anonymous Monk on Mar 30, 2010 at 11:13 UTC |