Commit 8b442c29 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

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

parent 6b5561b6
No preview for this file type
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment