On Tue, 27 Apr 2021 16:49:08 GMT, Ichiroh Takiguchi
wrote:
> When an invalid character is converted by getBytes() method, the character is
> converted to replacement byte data.
> Shift code (SO/SI) may not be added into right place by EBCDIC Mix charset.
> EBCDIC Mix charset encoder is stateful
On Thu, 4 Mar 2021 12:16:29 GMT, Сергей Цыпанов
wrote:
> When we do
>
> byte b1 = (byte) (value & 0xFF);
>
> we keep from int only 1 lower byte and exactly the same can be achieved with
> plain cast. See the test below:
>
> public class Main {
> public static void main(String[] args) throw
On Thu, 3 Dec 2020 23:44:20 GMT, Magnus Ihse Bursie wrote:
> A lot (but not all) of the data in make/data is tied to a specific module.
> For instance, the publicsuffixlist is used by java.base, and fontconfig by
> java.desktop. (A few directories, like mainmanifest, is *actually* used by
> ma