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

Jim Laskey jlaskey at openjdk.org
Mon Jan 29 17:43:46 UTC 2024


On Fri, 26 Jan 2024 17:36:52 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:
> 
>   Requested changes

Could I get some reviews for the CSR? https://bugs.openjdk.org/browse/JDK-8263262

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

PR Comment: https://git.openjdk.org/jdk/pull/17491#issuecomment-1915245775


More information about the core-libs-dev mailing list