in reply to Re^5: Text::CSV encoding parse()
in thread Text::CSV encoding parse()
Hello haukex, thanks a million for your advice, but I have to confess this is way beyond my understanding or abilities in many ways, so I think I'm going to have to live with it. FWIW every time encoding problems come up I get lost in the weeds. (I'm not a developer, just a Perl hack, don't grok hexdump or Devel::Peek etc.)
All I know in this case is I can print my @sorted_array rows to a flat file (opened with Notepad++) or to a web page using CGI, and those characters look fine. It's only when I use Text:CSV that something goes haywire.
Anyway I appreciate your patience and help, sorry for the trouble.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Text::CSV encoding parse()
by haukex (Bishop) on Aug 15, 2019 at 06:43 UTC | |
by Tux (Abbot) on Aug 15, 2019 at 07:53 UTC | |
by haukex (Bishop) on Aug 15, 2019 at 08:26 UTC | |
by slugger415 (Monk) on Aug 16, 2019 at 18:35 UTC | |
by haukex (Bishop) on Aug 17, 2019 at 06:47 UTC | |
by slugger415 (Monk) on Aug 20, 2019 at 17:25 UTC | |
by Tux (Abbot) on Aug 21, 2019 at 06:48 UTC | |
| |
by haukex (Bishop) on Aug 20, 2019 at 21:52 UTC | |
| |
Re^7: Text::CSV encoding parse()
by jcb (Parson) on Aug 14, 2019 at 23:16 UTC |
In Section
Seekers of Perl Wisdom