Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8303472: Display name for region TR #12816

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions make/data/cldr/common/main/en.xml
Expand Up @@ -1193,8 +1193,8 @@ annotations.
<territory type="TM">Turkmenistan</territory>
<territory type="TN">Tunisia</territory>
<territory type="TO">Tonga</territory>
<territory type="TR">Turkey</territory>
<territory type="TR" alt="variant">Türkiye</territory>
<territory type="TR">Türkiye</territory>
<territory type="TR" alt="variant">Turkey</territory>
<territory type="TT">Trinidad &amp; Tobago</territory>
<territory type="TV">Tuvalu</territory>
<territory type="TW">Taiwan</territory>
Expand Down
@@ -1,5 +1,5 @@
#
# Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2005, 2023, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -1094,7 +1094,7 @@ TL=Timor-Leste
TM=Turkmenistan
TN=Tunisia
TO=Tonga
TR=Turkey
TR=T\u00fcrkiye
TT=Trinidad & Tobago
TV=Tuvalu
TW=Taiwan
Expand Down
3 changes: 3 additions & 0 deletions test/jdk/sun/text/resources/LocaleData
Expand Up @@ -8471,3 +8471,6 @@ LocaleNames/sr/SZ=\u0421\u0432\u0430\u0437\u0438\u043b\u0435\u043d\u0434
LocaleNames/th/SZ=\u0e40\u0e2d\u0e2a\u0e27\u0e32\u0e15\u0e35\u0e19\u0e35
LocaleNames/zh/SZ=\u65af\u5a01\u58eb\u5170
LocaleNames/zh_TW/SZ=\u53f2\u74e6\u5e1d\u5c3c

#bug 8303472
LocaleNames//TR=T\u00fcrkiye
3 changes: 3 additions & 0 deletions test/jdk/sun/text/resources/LocaleData.cldr
Expand Up @@ -7875,3 +7875,6 @@ CalendarData//minimalDaysInFirstWeek=1: 001 GU UM US VI;4: AD AN AT AX BE BG CH
# tzdata2022f
TimeZoneNames/en/America\/Ojinaga/1=Central Standard Time
TimeZoneNames/en/America\/Chihuahua/1=Central Standard Time

# bug 8303472
LocaleNames/en/TR=T\u00fcrkiye
2 changes: 1 addition & 1 deletion test/jdk/sun/text/resources/LocaleDataTest.java
Expand Up @@ -41,7 +41,7 @@
* 8187946 8195478 8181157 8179071 8193552 8202026 8204269 8202537 8208746
* 8209775 8221432 8227127 8230284 8231273 8233579 8234288 8250665 8255086
* 8251317 8274658 8283277 8283805 8265315 8287868 8295564 8284840 8296715
* 8301206
* 8301206 8303472
* @summary Verify locale data
* @modules java.base/sun.util.resources
* @modules jdk.localedata
Expand Down