diff options
author | Siri Hansen <[email protected]> | 2013-04-18 10:45:09 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2013-04-18 10:45:09 +0200 |
commit | 84b973a7e86fc38015e7860863ec6ca5fae9c412 (patch) | |
tree | 198ab25c8059d7a59ff1fc228ba079a7bade860e /lib/stdlib | |
parent | a504d4abc5074f43b37a8a7c187f04fa82f29323 (diff) | |
parent | a6ecd3895cba2d2da696e0cf660df4d6f71ba339 (diff) | |
download | otp-84b973a7e86fc38015e7860863ec6ca5fae9c412.tar.gz otp-84b973a7e86fc38015e7860863ec6ca5fae9c412.tar.bz2 otp-84b973a7e86fc38015e7860863ec6ca5fae9c412.zip |
Merge branch 'siri/doc-fnu-opts/OTP-10901' into maint
* siri/doc-fnu-opts/OTP-10901:
Add documentation of w, i and e addition to +fnu and +fna switches to erl
Diffstat (limited to 'lib/stdlib')
-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 c5d476e54b..1f64b38554 100644 --- a/lib/stdlib/doc/src/unicode_usage.xml +++ b/lib/stdlib/doc/src/unicode_usage.xml @@ -625,6 +625,7 @@ Eshell V5.10.1 (abort with ^G) </section> <section> <title>Unicode File Names</title> + <marker id="unicode_file_names"/> <p>Most modern operating systems support Unicode file names in some way or another. There are several different ways to do this and Erlang by default treats the different approaches differently:</p> |