Skip to content

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

License

Notifications You must be signed in to change notification settings

moonsightz/jcombu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jcombu (Japanese charset converter)

Japanese charset converter 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 examples.

Notice

Some glyphs are different from the examples in their standards, but human-readable.

Source code

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages