Skip to content

santosoj/dos2utf8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dos2utf8

Convert DOS CP437 text to UTF-8 with cognate codepoints.

Install

npm build && npm i -g .

…from local, or

npm i -g dos2utf8

…from NPMJS.

Usage

dos2utf8 input_file >output_file

What It Does

It converts special characters in DOS text files to UTF-8 using cognates, e.g.

  CP437 0xdc is a lower half block (▄ u+2584), coded as bytes 0xe2 0x96 0x84.

Good for e.g. lifting older text files from https://www.srrdb.com/ into the future.

[ ::.. AND0UiLLE 2023 ..:: ]

About

Convert DOS CP437 text to UTF-8 with cognate codepoints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published