Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
8b442c29
Commit
8b442c29
authored
Jun 06, 2023
by
Piotr Caban
Committed by
Alexandre Julliard
Jun 06, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make_unicode: Don't use Türkiye as it can't be encoded in some locales.
parent
6b5561b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
0 deletions
+1
-0
locale.nls
nls/locale.nls
+0
-0
make_unicode
tools/make_unicode
+1
-0
No files found.
nls/locale.nls
View file @
8b442c29
No preview for this file type
tools/make_unicode
View file @
8b442c29
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment