Re: RFR: 8349664: HEX dump should always use ASCII or ISO_8859_1 [v4]

2025-02-19 Thread duke
On Wed, 19 Feb 2025 17:21:10 GMT, Mikhail Yankelevich wrote: >> Changed `HexDumpEncoder`, so `encodeBuffer` always uses ISO_8859_1. >> This also fixes the issue with conversion in `encode` method, as the input >> is always ISO_8859_1. > > Mikhail Yankelevich has updated the pull request increme

Re: RFR: 8349664: HEX dump should always use ASCII or ISO_8859_1 [v4]

2025-02-19 Thread Weijun Wang
On Wed, 19 Feb 2025 17:21:10 GMT, Mikhail Yankelevich wrote: >> Changed `HexDumpEncoder`, so `encodeBuffer` always uses ISO_8859_1. >> This also fixes the issue with conversion in `encode` method, as the input >> is always ISO_8859_1. > > Mikhail Yankelevich has updated the pull request increme

Re: RFR: 8349664: HEX dump should always use ASCII or ISO_8859_1 [v4]

2025-02-19 Thread Mikhail Yankelevich
> Changed `HexDumpEncoder`, so `encodeBuffer` always uses ISO_8859_1. > This also fixes the issue with conversion in `encode` method, as the input is > always ISO_8859_1. Mikhail Yankelevich has updated the pull request incrementally with one additional commit since the last revision: import