Re: RFR: 8358626: Emit UTF-8 CLDR resources [v2]

2025-06-09 Thread Naoto Sato
On Thu, 5 Jun 2025 18:30:40 GMT, Naoto Sato wrote: >> Changes to generate CLDR resource bundles in UTF-8 encoding. The resource >> files in `java.base` are supposed to be US English only, but they also need >> to use UTF-8 as some of the names are non-ASCII (e.g., Türkiye) > > Naoto Sato has up

Re: RFR: 8358626: Emit UTF-8 CLDR resources [v2]

2025-06-06 Thread Naoto Sato
On Fri, 6 Jun 2025 06:57:20 GMT, Volkan Yazici wrote: >> Naoto Sato has updated the pull request incrementally with one additional >> commit since the last revision: >> >> java.base/Gensrc.gmk comment > > make/modules/jdk.localedata/Gensrc.gmk line 49: > >> 47: -o $(GENSRC_DIR) \ >> 48:

Re: RFR: 8358626: Emit UTF-8 CLDR resources [v2]

2025-06-06 Thread Erik Joelsson
On Thu, 5 Jun 2025 18:30:40 GMT, Naoto Sato wrote: >> Changes to generate CLDR resource bundles in UTF-8 encoding. The resource >> files in `java.base` are supposed to be US English only, but they also need >> to use UTF-8 as some of the names are non-ASCII (e.g., Türkiye) > > Naoto Sato has up

Re: RFR: 8358626: Emit UTF-8 CLDR resources [v2]

2025-06-06 Thread Volkan Yazici
On Thu, 5 Jun 2025 18:30:40 GMT, Naoto Sato wrote: >> Changes to generate CLDR resource bundles in UTF-8 encoding. The resource >> files in `java.base` are supposed to be US English only, but they also need >> to use UTF-8 as some of the names are non-ASCII (e.g., Türkiye) > > Naoto Sato has up

Re: RFR: 8358626: Emit UTF-8 CLDR resources

2025-06-05 Thread Naoto Sato
On Thu, 5 Jun 2025 01:42:00 GMT, Naoto Sato wrote: >> Changes to generate CLDR resource bundles in UTF-8 encoding. The resource >> files in `java.base` are supposed to be US English only, but they also need >> to use UTF-8 as some of the names are non-ASCII (e.g., Türkiye) > > Looks like this P

Re: RFR: 8358626: Emit UTF-8 CLDR resources [v2]

2025-06-05 Thread Naoto Sato
> Changes to generate CLDR resource bundles in UTF-8 encoding. The resource > files in `java.base` are supposed to be US English only, but they also need > to use UTF-8 as some of the names are non-ASCII (e.g., Türkiye) Naoto Sato has updated the pull request incrementally with one additional c

Re: RFR: 8358626: Emit UTF-8 CLDR resources

2025-06-05 Thread Erik Joelsson
On Wed, 4 Jun 2025 21:54:15 GMT, Naoto Sato wrote: > Changes to generate CLDR resource bundles in UTF-8 encoding. The resource > files in `java.base` are supposed to be US English only, but they also need > to use UTF-8 as some of the names are non-ASCII (e.g., Türkiye) Marked as reviewed by e

Re: RFR: 8358626: Emit UTF-8 CLDR resources

2025-06-04 Thread Volkan Yazici
On Wed, 4 Jun 2025 21:54:15 GMT, Naoto Sato wrote: > The resource files in `java.base` are supposed to be US English only, but > they also need to use UTF-8 as some of the names are non-ASCII (e.g., Türkiye) @naotoj, shall we add this note as a comment to places where `-utf8` is added? ---

Re: RFR: 8358626: Emit UTF-8 CLDR resources

2025-06-04 Thread Naoto Sato
On Wed, 4 Jun 2025 21:54:15 GMT, Naoto Sato wrote: > Changes to generate CLDR resource bundles in UTF-8 encoding. The resource > files in `java.base` are supposed to be US English only, but they also need > to use UTF-8 as some of the names are non-ASCII (e.g., Türkiye) Looks like this PR did