RFR: 8274242: Implement fast-path for ASCII-compatible CharsetEncoders on x86 [v3]
Tobias Hartmann
thartmann at openjdk.java.net
Mon Sep 27 12:30:52 UTC 2021
On Mon, 27 Sep 2021 11:59:54 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> > Should we remove the "iso" part from the method/class names?
>
> I'm open to suggestions, but I've not been able to think of anything better. `encodeISOOrASCII` doesn't seem helpful and since ASCII is a subset of the ISO-8859-1 encoding referred to by the "iso" moniker then the ASCII-only variant is technically encoding chars to valid ISO-8859-1.
Okay, that's fine with me.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5621
More information about the core-libs-dev
mailing list