in reply to Re: Perl's encoding versus UTF8 octets
in thread Perl's encoding versus UTF8 octets
Yes, my code does send that to the browser, as I noted above. I just haven't found a way to send the converted text to a file. Unfortunately, the file sizes I'm working with are well above 100 MB, and it's simply not practical to try to run it all through the browser, click on "view source," copy it out, and paste it into a text file. In fact, even TextWrangler chokes on these file sizes already. I'm trying to convert them before pumping them into a database.
Blessings,
~Polyglot~
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl's encoding versus UTF8 octets
by GrandFather (Saint) on Jan 13, 2021 at 05:57 UTC | |
by Polyglot (Chaplain) on Jan 13, 2021 at 07:00 UTC |