From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/stdlib/doc/src/unicode.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/stdlib/doc/src/unicode.xml') diff --git a/lib/stdlib/doc/src/unicode.xml b/lib/stdlib/doc/src/unicode.xml index 2451006564..b7696a4b7e 100644 --- a/lib/stdlib/doc/src/unicode.xml +++ b/lib/stdlib/doc/src/unicode.xml @@ -30,7 +30,7 @@ - unicode + unicode Functions for converting Unicode characters.

This module contains functions for converting between different character @@ -139,7 +139,7 @@ - + Identify UTF byte order marks in a binary. @@ -156,7 +156,7 @@ - + Convert a collection of characters to a UTF-8 binary.

Same as characters_to_binary(Data, unicode, @@ -165,7 +165,7 @@ - + Convert a collection of characters to a UTF-8 binary.

Same as characters_to_binary(Data, @@ -174,7 +174,7 @@ - + Convert a collection of characters to a UTF-8 binary.

Behaves as @@ -211,7 +211,7 @@ - + Convert a collection of characters to a list of Unicode characters. @@ -220,7 +220,7 @@ - + Convert a collection of characters to a list of Unicode characters. @@ -515,7 +515,7 @@ decode_data(Data) -> - + Create a binary UTF byte order mark from encoding. A binary() such that byte_size(Bin) >= 4. -- cgit v1.2.3