windows-1251

Pub Package Test Status CodeCov

Cyrillic windows-1251 (cp1251) encoding implementation for Dart.

Usage

import 'package:windows1251/windows1251.dart';

void main() {
  // >>> 'Привет!'
  print(windows1251.decode([207, 240, 232, 226, 229, 242, 33]));
  // >>> [207, 240, 232, 226, 229, 242, 33]
  print(windows1251.encode('Привет!'));
}

License

This project is licensed under the MIT license.

Features and bugs

Please file feature requests and bugs at the issue tracker.

Libraries

windows1251