6202130: Need to handle UTF-8 values and break up lines longer than 72 bytes

naoto.sato at oracle.com naoto.sato at oracle.com
Mon Mar 23 16:05:18 UTC 2020


Hi Philipp,

Right, Locale.ROOT is more appropriate here by definition, though the 
implementation is the same.

Naoto

On 3/21/20 5:19 AM, Philipp Kunz wrote:
> Hi Naoto and everyone,
> 
> There are almost as many occurrences of Locale.ROOT as Locale.US which 
> made me wonder which one is more appropriately locale-independent and 
> which is probably another topic and not actually relevant here because 
> BreakIterator.getCharacterInstance is locale-agnostic as far as I can tell.
> 
> See attached patch with another attempt to fix bug 6202130.
> 
> Regards,
> Philipp
> 
> 
> On Tue, 2020-03-10 at 10:45 -0700, naoto.sato at oracle.com wrote:
>> Hi Philipp,
>>
>> ..., so using BreakIterator (with
>> Locale.US) is more preferred solution to me.
>>
>> Naoto
> 


More information about the core-libs-dev mailing list