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

Philipp Kunz philipp.kunz at paratix.ch
Sat Mar 21 12:19:32 UTC 2020


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20200321-bug6202130-manifestutf8.patch
Type: text/x-patch
Size: 50106 bytes
Desc: not available
URL: <https://mail.openjdk.java.net/pipermail/core-libs-dev/attachments/20200321/6522f673/20200321-bug6202130-manifestutf8-0001.patch>


More information about the core-libs-dev mailing list