diff options
author | Hans Bolinder <[email protected]> | 2017-04-24 14:46:57 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2017-04-24 14:51:03 +0200 |
commit | 4567b6afc41a5d18384916c171ae413112ee57cc (patch) | |
tree | 3b32f28efbec8e56bd95e3b390205836eb1b9375 /lib/stdlib/doc | |
parent | ef0dbc4f2a43d629d086c3e2b9a762bbc00d034b (diff) | |
download | otp-4567b6afc41a5d18384916c171ae413112ee57cc.tar.gz otp-4567b6afc41a5d18384916c171ae413112ee57cc.tar.bz2 otp-4567b6afc41a5d18384916c171ae413112ee57cc.zip |
stdlib: Add Unicode modifier t to control sequence a
The Unicode translation modifier 't' is added to the io:fread/2,3
control sequence 'a'.
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/io.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/io.xml b/lib/stdlib/doc/src/io.xml index 74b57457ea..64fcf4379f 100644 --- a/lib/stdlib/doc/src/io.xml +++ b/lib/stdlib/doc/src/io.xml @@ -569,8 +569,6 @@ Prompt> <input><Characters beyond latin1 range not printable in this medium&g <item> <p>Similar to <c>s</c>, but the resulting string is converted into an atom.</p> - <p>The Unicode translation modifier is not allowed (atoms - cannot contain characters beyond the <c>latin1</c> range).</p> </item> <tag><c>c</c></tag> <item> |