From b2b0feab152063f71c4bf58f985cd52fc9e0105a Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Fri, 11 Jan 2013 14:42:54 +0100 Subject: Extend char() to Unicode characters The code related to the introduction of unicode_string() and unicode_char() has been removed. The types char() and string() have been extended to include Unicode characters. In fact char() was changed some time ago; this commit is about cleaning up the documentation and introduce better names for some functions. --- system/doc/reference_manual/typespec.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/doc') diff --git a/system/doc/reference_manual/typespec.xml b/system/doc/reference_manual/typespec.xml index c3620f83f6..9207d536d5 100644 --- a/system/doc/reference_manual/typespec.xml +++ b/system/doc/reference_manual/typespec.xml @@ -4,7 +4,7 @@
- 20032011 + 20032013 Ericsson AB. All Rights Reserved. @@ -196,7 +196,7 @@ TList :: Type nonempty_string()[char(),...] - iolist()maybe_improper_list(char() | binary() | iolist(), binary() | []) + iolist()maybe_improper_list(byte() | binary() | iolist(), binary() | []) module()atom() -- cgit v1.2.3