On Fri, 9 May 2025 14:14:57 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:

> A handful of html and xml files in the JDK source tree claims to have 
> encodings like `ISO-8859-1`, when they are in fact pure US-ASCII files.
> 
> While perhaps technically correct, this is misleading, and goes contrary to 
> the efforts of turning the source code into UTF-8 proper.
> 
> I chose between marking them as "ASCII" and "UTF-8", but chose the latter, 
> since otherwise if they ever were to be updated with a non-ASCII character, 
> the value would have been unspecified, and after JDK-8301971, all files in 
> the JDK repository will be interpreted as UTF-8.

This pull request has now been integrated.

Changeset: dd251599
Author:    Magnus Ihse Bursie <i...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/dd2515993bf76f424e4c56d529ae1541f55e3f8b
Stats:     794 lines in 53 files changed: 2 ins; 9 del; 783 mod

8356644: Update encoding declaration to UTF-8

Reviewed-by: prr, naoto

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

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

Reply via email to