diff options
author | Siri Hansen <[email protected]> | 2014-03-25 10:18:30 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-03-25 10:18:39 +0100 |
commit | b12e68f2e49807aee175de4474c2b79b24e24b61 (patch) | |
tree | 74922e8697f113bce2676003cba61f98116f0c41 /lib/stdlib/doc | |
parent | aa2dfd7c30d3ca3318498bcbf4155dad175b6d7e (diff) | |
parent | a9fd7c1ffbb2b3509821b6655f460e27f70c2892 (diff) | |
download | otp-b12e68f2e49807aee175de4474c2b79b24e24b61.tar.gz otp-b12e68f2e49807aee175de4474c2b79b24e24b61.tar.bz2 otp-b12e68f2e49807aee175de4474c2b79b24e24b61.zip |
Merge branch 'vladdu/unicode_parameters_doc'
* vladdu/unicode_parameters_doc:
Specify that +fn* flags affect even command-line parameters and environment variables
OTP-11818
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/unicode_usage.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/unicode_usage.xml b/lib/stdlib/doc/src/unicode_usage.xml index c843ef7736..bebfbd4514 100644 --- a/lib/stdlib/doc/src/unicode_usage.xml +++ b/lib/stdlib/doc/src/unicode_usage.xml @@ -848,6 +848,7 @@ Eshell V5.10.1 (abort with ^G) </section> <section> <title>Unicode in Environment and Parameters</title> + <marker id="unicode_in_environment_and_parameters"/> <p>Environment variables and their interpretation is handled much in the same way as file names. If Unicode file names are enabled, environment variables as well as parameters to the Erlang VM are |