On Thu, 16 Dec 2021 18:41:32 GMT, Naoto Sato wrote:
>> This is a doc fix to `StringTokenizer`, where the original spec does not
>> account for the delimiter's length in the case of a supplementary character.
>> Corresponding CSR has been drafted:
>> https://bugs.openjdk.java.net/browse/JDK-827
On Thu, 16 Dec 2021 18:41:32 GMT, Naoto Sato wrote:
>> This is a doc fix to `StringTokenizer`, where the original spec does not
>> account for the delimiter's length in the case of a supplementary character.
>> Corresponding CSR has been drafted:
>> https://bugs.openjdk.java.net/browse/JDK-827
On Thu, 16 Dec 2021 18:41:32 GMT, Naoto Sato wrote:
>> This is a doc fix to `StringTokenizer`, where the original spec does not
>> account for the delimiter's length in the case of a supplementary character.
>> Corresponding CSR has been drafted:
>> https://bugs.openjdk.java.net/browse/JDK-827
> This is a doc fix to `StringTokenizer`, where the original spec does not
> account for the delimiter's length in the case of a supplementary character.
> Corresponding CSR has been drafted:
> https://bugs.openjdk.java.net/browse/JDK-8278814
Naoto Sato has updated the pull request incrementall
On Tue, 14 Dec 2021 18:25:45 GMT, Naoto Sato wrote:
> This is a doc fix to `StringTokenizer`, where the original spec does not
> account for the delimiter's length in the case of a supplementary character.
> Corresponding CSR has been drafted:
> https://bugs.openjdk.java.net/browse/JDK-8278814
On Tue, 14 Dec 2021 18:25:45 GMT, Naoto Sato wrote:
> This is a doc fix to `StringTokenizer`, where the original spec does not
> account for the delimiter's length in the case of a supplementary character.
> Corresponding CSR has been drafted:
> https://bugs.openjdk.java.net/browse/JDK-8278814
On Tue, 14 Dec 2021 18:25:45 GMT, Naoto Sato wrote:
> This is a doc fix to `StringTokenizer`, where the original spec does not
> account for the delimiter's length in the case of a supplementary character.
> Corresponding CSR has been drafted:
> https://bugs.openjdk.java.net/browse/JDK-8278814
This is a doc fix to `StringTokenizer`, where the original spec does not
account for the delimiter's length in the case of a supplementary character.
Corresponding CSR has been drafted:
https://bugs.openjdk.java.net/browse/JDK-8278814
-
Commit messages:
- 8278587: StringTokenizer(