euc 1.0.0+2 copy "euc: ^1.0.0+2" to clipboard
euc: ^1.0.0+2 copied to clipboard

outdated

EUC-JP Encoding and Decoding Library for Dart Language.

example/main.dart

import 'package:euc/euc.dart';

main() {
  var decoder = EucJP().decoder;
  print(decoder.convert([
    0xA4, 0xAA, 0xA4, 0xCF, 0xA4, 0xE8, 0xA4, 0xA6, 0xC0, 0xA4, 0xB3, 0xA6
  ]));
}
10
likes
0
pub points
84%
popularity

Publisher

unverified uploader

EUC-JP Encoding and Decoding Library for Dart Language.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on euc