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

2024-03-28 Thread Tejesh R
On Thu, 28 Mar 2024 08:33:52 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 [v8]

2024-03-28 Thread Alexey Ivanov
On Thu, 28 Mar 2024 08:33:52 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 [v8]

2024-03-28 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