UTF8 constant

UTF8 = const Utf8Codec()

An instance of the default implementation of the Utf8Codec.

This instance provides a convenient access to the most common UTF-8 use cases.

Examples:

var encoded = UTF8.encode("Îñţérñåţîöñåļîžåţîờñ");
var decoded = UTF8.decode([0x62, 0x6c, 0xc3, 0xa5, 0x62, 0xc3, 0xa6,
                           0x72, 0x67, 0x72, 0xc3, 0xb8, 0x64]);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-convert/UTF8-constant.html