Skip to content

tyama501/sjis-to-utf8_elks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sjis-to-utf8 for ELKS

dolphilia様が以下で公開されているsjis-to-utf8を
ELKS向けに改変したものです。公開ありがとうございます。
オリジナル : https://github.com/dolphilia/sjis-to-utf8

Embeddable Linux Kernel Subset (ELKS)は以下で開発されている8086等Intel IA16アーキテクチャ向けのLinux-LikeなOSです。 https://github.com/ghaerr/elks

How to use

./sjisutf8 sjisfile > utf8file
(/bin/にインストールした場合はsjisutf8 sjisfile > utf8file)

最新のnxjtxtvにpipeで繋いで表示することもメモリが足りればできます。
sjisutf8 sjisfile | nxjtxtv
https://github.com/tyama501/nxjtxtv

Build

ELKSのBuild環境が必要です。
ELKSのBuild環境構築後、elks/elkscmd/にsjis-to-utf8_elksを置き
elks/elkscmd/sjis-to-utf8_elks/でmakeを行うとsjisutf8ができます。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.6%
  • Makefile 0.4%