<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>The following code:<br>
<b>System.getProperty("file.encoding.pkg");</b><br>
in my Debian 11 box using Java 17 reports "null", I was expecting
something like UTF-x.<br>
I did a search on the net in the hope to find some explanation
regarding the behaviour of the above code, but to no avail. Can
anyone help me understand the behaviour of the above method call?<br>
<br>
Thanks in advance.<br>
<br>
</p>
</body>
</html>