diff options
author | Siri Hansen <[email protected]> | 2017-04-21 15:17:31 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-04-25 14:23:44 +0200 |
commit | a75bda102900c4a7ae3184efa8250c46a86f8588 (patch) | |
tree | 87a71ae18eedc52571ceffd62718a27ac86796b3 /system/doc/reference_manual/character_set.xml | |
parent | 52744948f4bbe85dee428cefdf9d205665a57b18 (diff) | |
download | otp-a75bda102900c4a7ae3184efa8250c46a86f8588.tar.gz otp-a75bda102900c4a7ae3184efa8250c46a86f8588.tar.bz2 otp-a75bda102900c4a7ae3184efa8250c46a86f8588.zip |
Document that app names and nodes names are restricted to latin-1
Diffstat (limited to 'system/doc/reference_manual/character_set.xml')
-rw-r--r-- | system/doc/reference_manual/character_set.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/doc/reference_manual/character_set.xml b/system/doc/reference_manual/character_set.xml index 1129ad63d8..8e41142fb4 100644 --- a/system/doc/reference_manual/character_set.xml +++ b/system/doc/reference_manual/character_set.xml @@ -110,7 +110,8 @@ Guide</seealso>.</p> <p>From Erlang/OTP 20, atoms and function names are also allowed to contain Unicode characters outside the ISO-Latin-1 range. - Module names are still restricted to the ISO-Latin-1 range.</p> + Module names, application names, and node names are still + restricted to the ISO-Latin-1 range.</p> </section> <section> <title>Source File Encoding</title> |