1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

make_unicode: Don't use Türkiye as it can't be encoded in some locales.

This commit is contained in:
Piotr Caban 2023-06-06 16:18:29 +02:00 committed by Alexandre Julliard
parent 6b5561b601
commit 8b442c29a3
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

@ -4677,6 +4677,7 @@ sub build_locale_data()
my $snativelangname = loc_query( $loc, "/ldml/localeDisplayNames/languages/language[\@type='$language' and not(\@alt)]" );
my $snativectryname = loc_query( $loc, "/ldml/localeDisplayNames/territories/territory[\@type='$territory' and not(\@alt)]" );
$sengcountry =~ s/South Korea/Korea/;
$sengcountry =~ s/T\xfcrkiye/Turkey/;
$snativelangname ||= $senglanguage;
$snativectryname ||= $sengcountry;
if ($script)