Front page | perl.perl5.porters |
Postings from January 2020
Re: “strict” strings?
Thread Previous
|
Thread Next
From:
demerphq
Date:
January 7, 2020 19:33
Subject:
Re: “strict” strings?
Message ID:
CANgJU+X75oGumWbzTxC_MSWBgYM9ZVAFat-unuOCnZybr2Qm6g@mail.gmail.com
On Tue, 7 Jan 2020 at 17:41, demerphq <demerphq@gmail.com> wrote:
>
BTW, I forgot to add there are also, or were, Perl's built with EBCDIC
support, which treat "binary" data as EBCDIC instead of ASCII.
Outside of case-transformations though, in either form, perl really
doesn't care, they are just buffers with data about codepoints with
different structures, some of which it knows how to process (utf8),
some which it doesn't (binary).
Yves
Thread Previous
|
Thread Next