Skip to content

ekibun/flutter_iconv

Repository files navigation

flutter_iconv

iconv library for flutter.

Getting Started

This project is a iconv library for Flutter.

Use this plugin with utf8codec

var list = convert(utf8.encode("你好"), to: "gbk");
expect(utf8.decode(convert(list, from: "gbk")), "你好");

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages