Re: RFR: 8360774: Use text representation of normalization data files

2025-06-29 Thread Magnus Ihse Bursie
On Fri, 27 Jun 2025 20:45:14 GMT, Naoto Sato wrote: > The ICU4J component currently stores binary data files directly in the > repository. This change replaces them with base64-encoded text files and > converts them to binary during the build process I don't see any benefit of checking in base

Re: RFR: 8360774: Use text representation of normalization data files

2025-06-27 Thread Naoto Sato
On Fri, 27 Jun 2025 20:45:14 GMT, Naoto Sato wrote: > The ICU4J component currently stores binary data files directly in the > repository. This change replaces them with base64-encoded text files and > converts them to binary during the build process > Just converting a binary file to base64 d

Re: RFR: 8360774: Use text representation of normalization data files

2025-06-27 Thread Magnus Ihse Bursie
On Fri, 27 Jun 2025 20:45:14 GMT, Naoto Sato wrote: > The ICU4J component currently stores binary data files directly in the > repository. This change replaces them with base64-encoded text files and > converts them to binary during the build process What is the point of this change? If the fi