windows1251 0.0.2 copy "windows1251: ^0.0.2" to clipboard
windows1251: ^0.0.2 copied to clipboard

outdated

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

windows-1251 #

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

Usage #

import 'package:cp1251/windows1251.dart';

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

Contributing #

If you found a bug, just create a new issue or even better fork and issue a pull request with your fix.

8
likes
0
pub points
81%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on windows1251