diff options
author | Patrik Nyblom <[email protected]> | 2012-08-14 15:02:43 +0200 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2012-08-14 15:04:07 +0200 |
commit | b6196f5d47c06e6991cfc7e76db3d588a7797302 (patch) | |
tree | d37f13f978fd5eb6c0f1f0a78812115924df4e6f /erts/doc/src/erlang.xml | |
parent | e11bbb37273ebd2408d0c83c62770f9ef023879d (diff) | |
download | otp-b6196f5d47c06e6991cfc7e76db3d588a7797302.tar.gz otp-b6196f5d47c06e6991cfc7e76db3d588a7797302.tar.bz2 otp-b6196f5d47c06e6991cfc7e76db3d588a7797302.zip |
Add documetation about Unicode in environment
Diffstat (limited to 'erts/doc/src/erlang.xml')
-rw-r--r-- | erts/doc/src/erlang.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index e69f223897..248b755969 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -3039,8 +3039,11 @@ os_prompt% </pre> port process. Both <c>Name</c> and <c>Val</c> must be strings. The one exception is <c>Val</c> being the atom <c>false</c> (in analogy with <c>os:getenv/1</c>), which - removes the environment variable. Not available on - VxWorks.</p> + removes the environment variable.</p> + <p>If Unicode filename encoding is in effect (see the <seealso + marker="erts:erl#file_name_encoding">erl manual + page</seealso>), the strings (both <c>Name</c> and + <c>Value</c>) may contain characters with codepoints > 255.</p> </item> <tag><c>{args, [ string() ]}</c></tag> <item> |