Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 427 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 427 Bytes

SJIS

Build Status

Converter for SJIS(shift_jis) and MS932(Windows-31J).

Convertion table(Hash map) from SJIS code unit to UTF code unit is hard-corded in sjis_utf_map.dart. Hash map from UTF code unit to SJIS code unit is generated in the constructor of SjisEncoder(Converts from String to Sjis code units).