menu
flutter_big5 package
documentation
big5.dart
Big5
encode static method
encode static method
dark_mode
light_mode
encode
static method
List
<
int
>
encode
(
String
src
)
Implementation
static List<int> encode(String src) { return _big5TransformEncode(src); }
flutter_big5 package
documentation
big5
Big5
encode static method
Big5 class