thesaitama / convsjis

A experimental UTF-8 to Shift-JIS converter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conv-SJIS

This is learning GO language project.

Goal

  • Make a UTF-8 to Shift-JIS lossless converter with GO language.

Converter Diagram

    1. Input UTF-8 text file
    1. Read text file
    1. Convert UTF-8 to Shift-JIS format
    • a. Directory convert to Shift-JIS.
    • b. Non Shitf-JIS character change HTML entity form.
    1. Generate text file (Shift-JIS)

Plan

  • Planning. (April/2018)
  • Decide what language to developing this program. (May)
  • To make experimental program for converter. (May)
  • Release basic implementation. (TBD)

About

A experimental UTF-8 to Shift-JIS converter.