jcombu 0.1.3 copy "jcombu: ^0.1.3" to clipboard
jcombu: ^0.1.3 copied to clipboard

outdated

Japanese charset convertor from SJIS/EUC-JP/JIS(ISO-2022-JP) to Dart String.

jcombu (Japanese charset convertor) #

Japanese charset convertor from SJIS/EUC-JP/JIS(ISO-2022-JP) to Dart String.

Usage #

import 'package:jcombu/jcombu.dart' as jcombu;

void main() {
  final s = jcombu.convertJis([0x1b, 0x24, 0x40, 0x30, 0x21]);
  print(s);
}
// 亜

See test for more example.

Notice #

There are some glyphs different from examples in their standard, but they are human-readable.

Source code #

https://github.com/moonsightz/jcombu/

2
likes
0
pub points
62%
popularity

Publisher

unverified uploader

Japanese charset convertor from SJIS/EUC-JP/JIS(ISO-2022-JP) to Dart String.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on jcombu