From 300c5466a7c9cfe3ed22bba2a88ba21058406402 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Thu, 4 Oct 2012 15:58:26 +0200 Subject: [stdlib, kernel] Introduce Unicode support for Erlang source files Expect modifications, additions and corrections. There is a kludge in file_io_server and erl_scan:continuation_location() that's not so pleasing. --- lib/stdlib/doc/src/io_lib.xml | 66 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 65 insertions(+), 1 deletion(-) (limited to 'lib/stdlib/doc/src/io_lib.xml') diff --git a/lib/stdlib/doc/src/io_lib.xml b/lib/stdlib/doc/src/io_lib.xml index 506c1792f1..32ef2893eb 100644 --- a/lib/stdlib/doc/src/io_lib.xml +++ b/lib/stdlib/doc/src/io_lib.xml @@ -4,7 +4,7 @@
- 19962011 + 19962012 Ericsson AB. All Rights Reserved. @@ -42,6 +42,12 @@ + + + + + +

A continuation as returned by fread/3.

@@ -208,6 +214,23 @@ as a string.

+ + + Write a Unicode string + +

Returns the list of characters needed to print + UnicodeString as a string.

+
+
+ + + Write a Unicode string + +

Returns the list of characters needed to print + UnicodeString as a string. Non-Latin-1 + characters are escaped.

+
+
Write a character @@ -216,6 +239,23 @@ constant in the ISO-latin-1 character set.

+ + + Write a Unicode character + +

Returns the list of characters needed to print a character + constant in the Unicode character set.

+
+
+ + + Write a Unicode character + +

Returns the list of characters needed to print a character + constant in the Unicode character set. Non-Latin-1 characters + are escaped.

+
+
Indentation after printing string @@ -232,6 +272,14 @@ characters in the ISO-latin-1 range, otherwise it returns false.

+ + + Test for a list of Unicode characters + +

Returns true if Term is a flat list of + characters in the Unicode range, otherwise it returns false.

+
+
Test for a deep list of characters @@ -240,6 +288,14 @@ of characters in the ISO-latin-1 range, otherwise it returns false.

+ + + Test for a deep list of Unicode characters + +

Returns true if Term is a, possibly deep, list + of characters in the Unicode range, otherwise it returns false.

+
+
Test for a list of printable ISO-latin-1 characters @@ -248,6 +304,14 @@ printable ISO-latin-1 characters, otherwise it returns false.

+ + + Test for a list of printable Unicode characters + +

Returns true if Term is a flat list of + printable Unicode characters, otherwise it returns false.

+
+
-- cgit v1.2.3