> After we converted the source base to be fully UTF-8, we do not need to use > unicode sequences (like \u0123) in string literals. Sometimes, that might > still make sense, as for control characters, non-breaking space, etc. But for > strings that is supposed to be a coherent text in a language that needs > non-ASCII parts of Unicode, this is not so. Instead, having the sequences > makes the text just harder to read and edit. We have already removed several > such sequences before, but some remains.
Magnus Ihse Bursie has updated the pull request incrementally with three additional commits since the last revision: - Fix comment indentation Co-authored-by: Alexey Ivanov <alexey.iva...@oracle.com> - Concatenate string literals Co-authored-by: Alexey Ivanov <alexey.iva...@oracle.com> - Concatenate string literals Co-authored-by: Alexey Ivanov <alexey.iva...@oracle.com> ------------- Changes: - all: https://git.openjdk.org/jdk/pull/25229/files - new: https://git.openjdk.org/jdk/pull/25229/files/5a5d7b7b..a9f7acc6 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=25229&range=03 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=25229&range=02-03 Stats: 7 lines in 2 files changed: 0 ins; 4 del; 3 mod Patch: https://git.openjdk.org/jdk/pull/25229.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/25229/head:pull/25229 PR: https://git.openjdk.org/jdk/pull/25229