diff options
author | Hans Bolinder <[email protected]> | 2014-03-11 09:41:19 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2014-03-12 10:17:20 +0100 |
commit | 785cb2081ff2c84453506380c97aced147df2b73 (patch) | |
tree | f3a81020f3bad03210dece4933384982d675c244 /lib/stdlib/doc/src/unicode_usage.xml | |
parent | 870737ab657433c5e8751255fe3c4d298202d142 (diff) | |
download | otp-785cb2081ff2c84453506380c97aced147df2b73.tar.gz otp-785cb2081ff2c84453506380c97aced147df2b73.tar.bz2 otp-785cb2081ff2c84453506380c97aced147df2b73.zip |
erts: Clarify escript's encoding of the I/O-server
A note has been added that clarifies that the encoding of
the I/O-server has to be set explicitly, irrespective of
any encoding comment.
Diffstat (limited to 'lib/stdlib/doc/src/unicode_usage.xml')
-rw-r--r-- | lib/stdlib/doc/src/unicode_usage.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/unicode_usage.xml b/lib/stdlib/doc/src/unicode_usage.xml index 75505d7d84..c843ef7736 100644 --- a/lib/stdlib/doc/src/unicode_usage.xml +++ b/lib/stdlib/doc/src/unicode_usage.xml @@ -996,7 +996,8 @@ ok </pre> </section> <section> - <title><marker id="unicode_options_summary"/>Summary of Options</title> + <title>Summary of Options</title> + <marker id="unicode_options_summary"/> <p>The Unicode support is controlled by both command line switches, some standard environment variables and the version of OTP you are using. Most options affect mainly the way Unicode data is displayed, |