On Sun, 09 Jun 2019 17:00:56 GMT, choroba@cpan.org wrote: > This is a bug report for perl from choroba@cpan.org, > generated with the help of perlbug 1.39 running under perl 5.18.2. > > > ----------------------------------------------------------------- > [Please describe your issue here] > > The turkic casing doesn't work on freebsd. Running the following in > 5.30.0 works in Linux, but not FreeBSD: > > > #!/usr/bin/perl > use warnings; > use strict; > > use Test::More tests => 1; > > use locale; > use POSIX 'locale_h'; > setlocale(LC_ALL, 'tr_TR.UTF-8'); > > is lc 'I', "\N{LATIN SMALL LETTER DOTLESS I}"; > __END__ > > See also https://rt.cpan.org/Public/Bug/Display.html?id=129766 > > Ch. Could you attach the 'perl -V' output for perl on the FreeBSD box where you noticed this problem? Thank you very much. -- James E Keenan (jkeenan@cpan.org) --- via perlbug: queue: perl5 status: new https://rt.perl.org/Ticket/Display.html?id=134187Thread Previous