mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8265989: System property for the native character encoding name
Reviewed-by: iris, joehw, rriggs
This commit is contained in:
parent
8b37d48770
commit
4e96b31042
4 changed files with 29 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue