Re: RFR: 8356977: UTF-8 cleanups [v3]

2025-06-03 Thread Naoto Sato
On Tue, 3 Jun 2025 17:42:37 GMT, Magnus Ihse Bursie wrote: >> I found a few other places in the code that can be cleaned up after the >> conversion to UTF-8. > > Magnus Ihse Bursie has updated the pull request with a new target base due to > a merge or a rebase. The incremental webrev excludes

Re: RFR: 8356977: UTF-8 cleanups [v2]

2025-06-03 Thread Magnus Ihse Bursie
On Mon, 26 May 2025 08:20:19 GMT, Magnus Ihse Bursie wrote: >> I found a few other places in the code that can be cleaned up after the >> conversion to UTF-8. > > Magnus Ihse Bursie has updated the pull request incrementally with two > additional commits since the last revision: > > - Restore

Re: RFR: 8356977: UTF-8 cleanups [v3]

2025-06-03 Thread Magnus Ihse Bursie
> I found a few other places in the code that can be cleaned up after the > conversion to UTF-8. Magnus Ihse Bursie has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull requ

Re: RFR: 8356977: UTF-8 cleanups [v2]

2025-05-29 Thread Phil Race
On Mon, 26 May 2025 08:20:19 GMT, Magnus Ihse Bursie wrote: >> I found a few other places in the code that can be cleaned up after the >> conversion to UTF-8. > > Magnus Ihse Bursie has updated the pull request incrementally with two > additional commits since the last revision: > > - Restore

Re: RFR: 8356977: UTF-8 cleanups [v2]

2025-05-28 Thread Phil Race
On Mon, 26 May 2025 08:07:19 GMT, Magnus Ihse Bursie wrote: >> test/jdk/java/awt/font/TextLayout/RotFontBoundsTest.java line 63: >> >>> 61: >>> 62: private static final String INSTRUCTIONS = >>> 63: "A string \u201C" + TEXT + "\u201D is drawn at eight >>> different " >> >> I r

Re: RFR: 8356977: UTF-8 cleanups [v2]

2025-05-28 Thread Phil Race
On Mon, 26 May 2025 07:55:52 GMT, Magnus Ihse Bursie wrote: >> Magnus Ihse Bursie has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Restore MenuShortcut.java >> - Restore LocaleDataTest.java > > test/jdk/java/awt/event/KeyEvent/KeyTyped

Re: RFR: 8356977: UTF-8 cleanups [v2]

2025-05-27 Thread Naoto Sato
On Mon, 26 May 2025 07:44:30 GMT, Magnus Ihse Bursie wrote: >> test/jdk/sun/text/resources/LocaleDataTest.java line 106: >> >>> 104: *FormatData/fr_FR/MonthNames/0=janvier >>> 105: *FormatData/fr_FR/MonthNames/1=février >>> 106: *LocaleNames/fr_FR/US=États-Unis >> >>

Re: RFR: 8356977: UTF-8 cleanups [v2]

2025-05-26 Thread Magnus Ihse Bursie
On Mon, 26 May 2025 08:10:19 GMT, Magnus Ihse Bursie wrote: >> I found a few other places in the code that can be cleaned up after the >> conversion to UTF-8. > > Magnus Ihse Bursie has updated the pull request incrementally with two > additional commits since the last revision: > > - Restore

Re: RFR: 8356977: UTF-8 cleanups [v2]

2025-05-26 Thread Magnus Ihse Bursie
> I found a few other places in the code that can be cleaned up after the > conversion to UTF-8. Magnus Ihse Bursie has updated the pull request incrementally with two additional commits since the last revision: - Restore MenuShortcut.java - Restore LocaleDataTest.java - Changes

Re: RFR: 8356977: UTF-8 cleanups [v2]

2025-05-26 Thread Magnus Ihse Bursie
On Thu, 22 May 2025 21:43:20 GMT, Phil Race wrote: >> Magnus Ihse Bursie has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Restore MenuShortcut.java >> - Restore LocaleDataTest.java > > src/java.desktop/share/classes/java/awt/MenuShortc

Re: RFR: 8356977: UTF-8 cleanups

2025-05-26 Thread Magnus Ihse Bursie
On Thu, 15 May 2025 18:30:28 GMT, Naoto Sato wrote: >> I found a few other places in the code that can be cleaned up after the >> conversion to UTF-8. > > test/jdk/sun/text/resources/LocaleDataTest.java line 106: > >> 104: *FormatData/fr_FR/MonthNames/0=janvier >> 105: *Format

Re: RFR: 8356977: UTF-8 cleanups

2025-05-22 Thread Phil Race
On Wed, 14 May 2025 14:23:31 GMT, Magnus Ihse Bursie wrote: > I found a few other places in the code that can be cleaned up after the > conversion to UTF-8. src/java.desktop/share/classes/java/awt/MenuShortcut.java line 49: > 47: * For example, a menu shortcut for "Ctrl+cyrillic ef" is create

Re: RFR: 8356977: UTF-8 cleanups

2025-05-15 Thread Naoto Sato
On Wed, 14 May 2025 14:23:31 GMT, Magnus Ihse Bursie wrote: > I found a few other places in the code that can be cleaned up after the > conversion to UTF-8. test/jdk/sun/text/resources/LocaleDataTest.java line 106: > 104: *FormatData/fr_FR/MonthNames/0=janvier > 105: *FormatD

RFR: 8356977: UTF-8 cleanups

2025-05-14 Thread Magnus Ihse Bursie
I found a few other places in the code that can be cleaned up after the conversion to UTF-8. - Commit messages: - Replace uncessary unicode characters with ASCII in instructions, and fix typo - Seems like typos in the comments - Fix unicode sequences in comments (previously missed