Re: RFR: 8328953 : JEditorPane.read throws ChangedCharSetException [v6]

2024-03-27 Thread Alexey Ivanov
On Wed, 27 Mar 2024 10:43:55 GMT, rjolly wrote: >> ChangedCharSetException is used to amend the charset during read according >> to html directives. Currently it causes immediate exit of the method which >> in turn causes failure to load html documents with charset directives (even >> if the l

Re: RFR: 8328953 : JEditorPane.read throws ChangedCharSetException [v6]

2024-03-27 Thread rjolly
> ChangedCharSetException is used to amend the charset during read according to > html directives. Currently it causes immediate exit of the method which in > turn causes failure to load html documents with charset directives (even if > the latter must not change after all). This PR restores the