From: David Newman <[EMAIL PROTECTED]>
> However, it doesn't answer the root question, namely how to parse text
> that contains Western European characters such as accents and umlauts.
>
> I see from the Text::CSV documentation that this module handles only
> characters between 0x20 and 0x7e. I
David Newman wrote:
On 3/20/08 5:05 PM, Gunnar Hjalmarsson wrote:
David Newman wrote:
I have some CSV input files that contain control and extended ASCII
characters,
The Text::CSV or Tie::Handle::CSV modules don't like these
characters; the snippets below both return errors when they get t
On 3/20/08 5:05 PM, Gunnar Hjalmarsson wrote:
David Newman wrote:
I have some CSV input files that contain control and extended ASCII
characters,
The Text::CSV or Tie::Handle::CSV modules don't like these characters;
the snippets below both return errors when they get to one.
my $csv =
David Newman wrote:
I have some CSV input files that contain control and extended ASCII
characters,
The Text::CSV or Tie::Handle::CSV modules don't like these characters;
the snippets below both return errors when they get to one.
my $csv = Text::CSV->new();
In the docs for Text::CSV,
I have some CSV input files that contain control and extended ASCII
characters, including:
- vertical tabs (0x0B)
- acute and grave accents
- tildes
- circumflexes
- umlauts
- nonbreaking spaces (0xA0)
The Text::CSV or Tie::Handle::CSV modules don't like these characters;
the snippets bel