develooper Front page | perl.perl5.porters | Postings from June 2019

[perl #134187] Turkic casing not working in freebsd

Thread Previous
From:
James E Keenan via RT
Date:
June 10, 2019 16:01
Subject:
[perl #134187] Turkic casing not working in freebsd
Message ID:
rt-4.0.24-17163-1560182506-84.134187-15-0@perl.org
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=134187

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About