Copyright © 2010-2012 ALEPH ARCHIVES Ltd. All rights reserved.
Version: 1.0.0
Authors: Aleph Archives Ltd. [web site: http://aleph-archives.com/].
UTF8 utilities
data() = unicode:latin1_chardata() | unicode:chardata() | unicode:external_chardata()
to_binary/1 | Converts Data to UTF-8 binary representation. |
valid/1 | Returns whether Data is a valid UTF-8 string or not. |
to_binary(Data::data()) -> {ok, binary()} | {error, binary(), data()} | {incomplete, binary(), binary()}
Converts Data to UTF-8 binary representation
Returns whether Data is a valid UTF-8 string or not.
Generated by EDoc, Sep 5 2012, 17:38:09.