From 1b4280cd2e8dcab457562bbaacc4e1d16d372185 Mon Sep 17 00:00:00 2001 From: Patrik Nyblom Date: Wed, 13 Feb 2013 17:24:05 +0100 Subject: Document +pc flag and io:printable_range/0 --- lib/stdlib/doc/src/io_lib.xml | 14 +++++++++++++- 1 file changed, 13 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 001d34a7c2..3dac259477 100644 --- a/lib/stdlib/doc/src/io_lib.xml +++ b/lib/stdlib/doc/src/io_lib.xml @@ -301,7 +301,11 @@ Test for a list of printable characters

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

+ printable characters, otherwise it returns false.

+

What is a printable character in this case is determined by the + +pc start up flag to the Erlang VM. See + io:printable_range/0 + and erl(1).

@@ -312,6 +316,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