From 68d53c01b0b8e9a007a6a30158c19e34b2d2a34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 18 May 2016 15:53:35 +0200 Subject: Update STDLIB documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Björn Gustavsson and Hans Bolinder. --- lib/stdlib/doc/src/base64.xml | 49 ++++++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 21 deletions(-) (limited to 'lib/stdlib/doc/src/base64.xml') diff --git a/lib/stdlib/doc/src/base64.xml b/lib/stdlib/doc/src/base64.xml index 7b82d7dd3d..cfa1ecc006 100644 --- a/lib/stdlib/doc/src/base64.xml +++ b/lib/stdlib/doc/src/base64.xml @@ -27,50 +27,57 @@ 2007-02-22 - base64.sgml + base64.xml base64 - Implements base 64 encode and decode, see RFC2045. + Provides base64 encode and decode, see + RFC 2045. -

Implements base 64 encode and decode, see RFC2045.

+

Provides base64 encode and decode, see + RFC 2045.

+ -

A binary() with ASCII characters in the range 1 to 255.

+

A binary() with ASCII characters in the range 1 to + 255.

+ - - - - Encodes data into base64. - - - - -

Encodes a plain ASCII string into base64. The result will - be 33% larger than the data.

-
-
- Decodes a base64 encoded string to data. + Decode a base64 encoded string to data. -

Decodes a base64 encoded string to plain ASCII. See RFC4648. - mime_decode/1 and mime_decode_to_string/1 - strips away illegal characters, while decode/1 and - decode_to_string/1 only strips away whitespace characters.

+

Decodes a base64-encoded string to plain ASCII. See + RFC 4648.

+

mime_decode/1 and mime_decode_to_string/1 strip away + illegal characters, while decode/1 and + decode_to_string/1 only strip away whitespace characters.

+
+
+ + + + + Encode data into base64. + + + + +

Encodes a plain ASCII string into base64. The result is 33% larger + than the data.

-- cgit v1.2.3