> I believe the source code of the JDK should be in US-ASCII if possible, and 
> only employ extended characters if that is strictly necessary for the code to 
> work.
> 
> In my attempt to figure out which non-ascii files are another encoding than 
> utf-8 (see [JDK-8301971](https://bugs.openjdk.org/browse/JDK-8301971)), I 
> discovered a handful of files that use unicode characters for no good reason, 
> when normal ASCII characters could have been used (and have been used 
> everywhere else in the code base in similar contexts).

Magnus Ihse Bursie has updated the pull request incrementally with one 
additional commit since the last revision:

  Oops.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24552/files
  - new: https://git.openjdk.org/jdk/pull/24552/files/284b278d..56808d8c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24552&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24552&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/24552.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24552/head:pull/24552

PR: https://git.openjdk.org/jdk/pull/24552

Reply via email to