RFR: JDK-8263261 Extend String::translateEscapes to support unicode escapes [v6]

Raffaello Giulietti rgiulietti at openjdk.org
Fri Jan 19 14:14:27 UTC 2024


On Fri, 19 Jan 2024 14:10:48 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:

>> Currently String::translateEscapes does not support unicode escapes, reported as a IllegalArgumentException("Invalid escape sequence: ..."). String::translateEscapes should translate unicode escape sequences to provide full coverage,
>
> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update copyright year of test

Looks good

-------------

Marked as reviewed by rgiulietti (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/17491#pullrequestreview-1832778162


More information about the core-libs-dev mailing list