in reply to Re: Re: Text::CSV
in thread Text::CSV
Those that pointed out that this would resolve working with text that has accents in it - I love you. I was going absolutely batty trying to deal with this text that I needed to convert to XML.$csv = Text::CSV_XS->new({binary => 1});
|
---|