gbk2utf8 icon indicating copy to clipboard operation
gbk2utf8 copied to clipboard

A flutter package to convert gbk to utf-8

Results 6 gbk2utf8 issues
Sort by recently updated
recently updated
newest added

Updated the Dart SDK version to >=2.15.0 Upgraded the library to null safety Updated the Android Embedding to V2 and migrated to AndroidX

flutter2直接无法引用了。

回来的gbk数据能够正常解析。 我这儿的需求是用gbk编码发起form表单请求,需要在数据发送之前转成gbk的,有办法吗?

error log: [VERBOSE-2:shell.cc(181)] Dart Error: Unhandled exception: RangeError (index): Index out of range: index should be less than 12338: 12338 #0 Uint8List.[] (dart:typed_data/runtime/libtyped_data_patch.dart:2830:7) #1 gbk2unicode (package:gbk2utf8/src/convert.dart:28:22) #2 gbk2utf8 (package:gbk2utf8/src/convert.dart:6:23) #3...