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

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

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('Привет!'));
}
copied to clipboard

License #

This project is licensed under the MIT license.

Features and bugs #

Please file feature requests and bugs at the issue tracker.

9
likes
160
points
1.23k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.22 - 2025.04.06

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

Repository (GitHub)

Topics

#cyrrylic #windows-1251 #cp1251 #encode #decode

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

More

Packages that depend on windows1251