From a9fd7c1ffbb2b3509821b6655f460e27f70c2892 Mon Sep 17 00:00:00 2001
From: Vlad Dumitrescu
Date: Fri, 21 Mar 2014 21:24:28 +0100
Subject: Specify that +fn* flags affect even command-line parameters and
environment variables
---
erts/doc/src/erl.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'erts')
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml
index 4aa3033f40..9724a1345a 100644
--- a/erts/doc/src/erl.xml
+++ b/erts/doc/src/erl.xml
@@ -536,7 +536,7 @@
-
The VM works with file names as if they are encoded using the ISO-latin-1 encoding, disallowing Unicode characters with codepoints beyond 255.
- See STDLIB User's Guide for more infomation about unicode file names.
+ See STDLIB User's Guide for more infomation about unicode file names. Note that this value also applies to command-line parameters and environment variables (see STDLIB User's Guide).
-
@@ -555,7 +555,7 @@
encountered. w is the default. Note that
file:read_link/1 will always return an error if the
link points to an invalid file name.
- See STDLIB User's Guide for more infomation about unicode file names.
+ See STDLIB User's Guide for more infomation about unicode file names. Note that this value also applies to command-line parameters and environment variables (see STDLIB User's Guide).
-
@@ -572,7 +572,7 @@
settings cause the behavior of +fnl to be selected,
then w, i, or e will not have any
effect.
-
See STDLIB User's Guide for more infomation about unicode file names.
+ See STDLIB User's Guide for more infomation about unicode file names. Note that this value also applies to command-line parameters and environment variables (see STDLIB User's Guide).
-
--
cgit v1.2.3