diff options
author | Henrik Nord <[email protected]> | 2015-06-16 10:43:02 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-06-16 10:43:02 +0200 |
commit | 5a7322c6a4fa79fe2a12b590c2e51c70a4fc29ab (patch) | |
tree | 94bf186087c92c7300aff73528c7219dbe32f9ff /lib/stdlib/doc | |
parent | 35f3fe1ef8827d423aabf5e5438626a2c50bad4d (diff) | |
parent | 68e5fd8efbcd23be3f9fa79658f3eb513a075f18 (diff) | |
download | otp-5a7322c6a4fa79fe2a12b590c2e51c70a4fc29ab.tar.gz otp-5a7322c6a4fa79fe2a12b590c2e51c70a4fc29ab.tar.bz2 otp-5a7322c6a4fa79fe2a12b590c2e51c70a4fc29ab.zip |
Merge branch 'mhssler/doc-os-unsetenv-unicode'
* mhssler/doc-os-unsetenv-unicode:
stdlib: Document os:unsetenv Unicode support
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/unicode_usage.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/unicode_usage.xml b/lib/stdlib/doc/src/unicode_usage.xml index 29b8940c62..eb3a556e10 100644 --- a/lib/stdlib/doc/src/unicode_usage.xml +++ b/lib/stdlib/doc/src/unicode_usage.xml @@ -850,8 +850,9 @@ Eshell V5.10.1 (abort with ^G) expected to be in Unicode.</p> <p>If Unicode file names are enabled, the calls to <seealso marker="kernel:os#getenv/0"><c>os:getenv/0</c></seealso>, - <seealso marker="kernel:os#getenv/1"><c>os:getenv/1</c></seealso> and - <seealso marker="kernel:os#putenv/2"><c>os:putenv/2</c></seealso> + <seealso marker="kernel:os#getenv/1"><c>os:getenv/1</c></seealso>, + <seealso marker="kernel:os#putenv/2"><c>os:putenv/2</c></seealso> and + <seealso marker="kernel:os#unsetenv/1"><c>os:unsetenv/1</c></seealso> will handle Unicode strings. On Unix-like platforms, the built-in functions will translate environment variables in UTF-8 to/from Unicode strings, possibly with code points > 255. On Windows the |