One correction:
E.g "pa-PK" wil be replaced by "pa-Arab-PK", as former is a
deprecated/legacy tag.
On 4/27/18 12:05 PM, Rachna Goel wrote:
Hi,
Kindly review the fix for JDK-8179071.
Bug : https://bugs.openjdk.java.net/browse/JDK-8179071
Patch: http://cr.openjdk.java.net/~rgoel/JDK-8179071/webrev.03/index.html
Fix is to parse and store language aliases( Deprecated and Legacy )
from CLDR's SupplemetalMetaData file. At run time, If a
deprectaed/legacy locale tag is found, It will be replaced by its
replacement tag. E.g "pa-PK" will be replaced by "pa-Guru-PK".
--
Thanks,
Rachna