Постоянная LATIN1
LATIN1 = const Latin1Codec()Экземпляр по умолчанию реализации Latin1Codec.
Этот экземпляр предоставляет удобный доступ к наиболее распространённым случаям использования ISO Latin 1.
Примеры:
var encoded = LATIN1.encode("blåbærgrød");
var decoded = LATIN1.decode([0x62, 0x6c, 0xe5, 0x62, 0xe6,
0x72, 0x67, 0x72, 0xf8, 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/LATIN1-constant.html