If it is just a test and you know where to remove it, please go ahead.
giova...@paclan.it wrote on 23/11/23 4:43 am:
On 11/22/23 12:34, Sidney Markowitz wrote:
Does this look like something that needs to be worried about?
I got the impression from some googling that the warning was introduced in perl
5.38, but the behavior being warned about always existed.
cp936 encoding has never being supported by Perl, in Perl 5.38 they added the
warning (see also
https://github.com/Perl/perl5/issues/21562#issuecomment-1763252665).
I think we should not test using those encodings.
Giovanni
Running make test from trunk
t/basic_lint.t .................... 5/11 Locale 'zh_CN.GB2312' is unsupported,
and may crash the interpreter.
t/basic_lint.t .................... 6/11 Locale 'zh_CN.GBK' is unsupported, and
may crash the interpreter.
t/basic_lint.t .................... 7/11 Locale 'zh_CN.GB18030' is unsupported,
and may crash the interpreter.
-- sidney