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/erl.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/erl.xml')
-rw-r--r-- | erts/doc/src/erl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index f8a92e1ec4..8c028e1d14 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -533,7 +533,7 @@ <p>Force the <c>compressed</c> option on all ETS tables. Only intended for test and evaluation.</p> </item> - <tag><c><![CDATA[+fnl]]></c></tag> + <tag><marker id="file_name_encoding"></marker><c><![CDATA[+fnl]]></c></tag> <item> <p>The VM works with file names as if they are encoded using the ISO-latin-1 encoding, disallowing Unicode characters with codepoints beyond 255. This is default on operating systems that have transparent file naming, i.e. all Unixes except MacOSX.</p> </item> |