8265989: System property for the native character encoding name

Reviewed-by: iris, joehw, rriggs
This commit is contained in:
Naoto Sato 2021-05-04 17:30:14 +00:00
parent 8b37d48770
commit 4e96b31042
4 changed files with 29 additions and 9 deletions

View file

@ -699,6 +699,9 @@ public final class System {
* <td>User's home directory</td></tr>
* <tr><th scope="row">{@systemProperty user.dir}</th>
* <td>User's current working directory</td></tr>
* <tr><th scope="row">{@systemProperty native.encoding}</th>
* <td>Character encoding name derived from the host environment and/or
* the user's settings. Setting this system property has no effect.</td></tr>
* </tbody>
* </table>
* <p>