big5_utf8_converter 1.1.1 copy "big5_utf8_converter: ^1.1.1" to clipboard
big5_utf8_converter: ^1.1.1 copied to clipboard

A Dart library for converting Big5 encoded text to UTF-8. Efficiently handles Traditional Chinese content with support for custom mapping and file-based lookup tables.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add big5_utf8_converter

With Flutter:

 $ flutter pub add big5_utf8_converter

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  big5_utf8_converter: ^1.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:big5_utf8_converter/big5_utf8_converter.dart';
0
likes
160
points
93
downloads

Publisher

verified publisherchangyy.app

Weekly Downloads

A Dart library for converting Big5 encoded text to UTF-8. Efficiently handles Traditional Chinese content with support for custom mapping and file-based lookup tables.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on big5_utf8_converter