~ubuntu-branches/ubuntu/lucid/erlang/lucid-proposed

« back to all changes in this revision

Viewing changes to lib/stdlib/doc/src/base64.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-06-11 12:18:07 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090611121807-ks7eb4xrt7dsysgx
Tags: 1:13.b.1-dfsg-1
* New upstream release.
* Removed unnecessary dependency of erlang-os-mon on erlang-observer and
  erlang-tools and added missing dependency of erlang-nox on erlang-os-mon
  (closes: #529512).
* Removed a patch to eunit application because the bug was fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        <v>DataString = string()</v>
61
61
      </type>
62
62
      <desc>
63
 
        <p>Decodes a base64 encoded string to plain ASCII. The string
64
 
          should only consist of characters in the base64 set, see RFC4648.
 
63
        <p>Decodes a base64 encoded string to plain ASCII. See RFC4648.
65
64
          <c>mime_decode/1</c> and <c>mime_decode_to_string/1</c>
66
65
          strips away illegal characters, while <c>decode/1</c> and
67
 
          <c>decode_to_string/1</c> fails if an illegal charactrer is found.</p>
 
66
          <c>decode_to_string/1</c> only strips away whitespace characters.</p>
68
67
      </desc>
69
68
    </func>
70
69
  </funcs>