Windows1251 | Coderz Repository

windows1251

Last updated:

0 purchases

windows1251 Image
windows1251 Images

Free

Languages

Categories

Add to Cart

Description:

windows1251

windows-1251 #



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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.