From naoto.sato at oracle.com Tue Feb 14 19:05:54 2017 From: naoto.sato at oracle.com (Naoto Sato) Date: Tue, 14 Feb 2017 11:05:54 -0800 Subject: [9] RFR: 8174779: Locale issues with Mac 10.12 Message-ID: Hello, Please review the fix to the following issue: https://bugs.openjdk.java.net/browse/JDK-8174779 The proposed fix is located at: http://cr.openjdk.java.net/~naoto/8174779/webrev.01/ The root cause of the problem was that starting from macOS 10.12, it returns the preferred user language including both script and region, which cannot be dealt with the existing parsing code. Naoto From brent.christian at oracle.com Tue Feb 14 20:53:14 2017 From: brent.christian at oracle.com (Brent Christian) Date: Tue, 14 Feb 2017 12:53:14 -0800 Subject: [9] RFR: 8174779: Locale issues with Mac 10.12 In-Reply-To: References: Message-ID: <58A36E3A.7030704@oracle.com> Looks good to me, Naoto. -Brent On 02/14/2017 11:05 AM, Naoto Sato wrote: > Hello, > > Please review the fix to the following issue: > > https://bugs.openjdk.java.net/browse/JDK-8174779 > > The proposed fix is located at: > > http://cr.openjdk.java.net/~naoto/8174779/webrev.01/ > > The root cause of the problem was that starting from macOS 10.12, it > returns the preferred user language including both script and region, > which cannot be dealt with the existing parsing code. > > Naoto