6202130: Need to handle UTF-8 values and break up lines longer than 72 bytes
Philipp Kunz
philipp.kunz at paratix.ch
Wed Mar 25 18:52:21 UTC 2020
Hi Naoto,
See another patch attached with Locale.ROOT for the BreakIterator. I
will be glad to hear of any feedback.
There is another patch [1] around dealing with manifest attributes
during application launch. It certainly is related to 6202130 but feels
like a distinct set of changes with a slightly different concern. Any
opinion as how to proceed with that one?
Regards,Philipp
[1]
https://mail.openjdk.java.net/pipermail/core-libs-dev/2020-February/064720.html
On Mon, 2020-03-23 at 09:05 -0700, naoto.sato at oracle.com wrote:
> 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 (withLocale.US) is more preferred
> > > solution to me.
> > > Naoto
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20200325-bug6202130-manifestutf8.patch
Type: text/x-patch
Size: 50108 bytes
Desc: not available
URL: <https://mail.openjdk.java.net/pipermail/core-libs-dev/attachments/20200325/489311ad/20200325-bug6202130-manifestutf8-0001.patch>
More information about the core-libs-dev
mailing list