Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/htruong/vicat

"Cat"-like utility for MS-DOS that supports Vietnamese in UTF-8.
https://github.com/htruong/vicat

dos int10h ms-dos openwatcom utf-8 vietnam vietnamese

Last synced: about 1 month ago
JSON representation

"Cat"-like utility for MS-DOS that supports Vietnamese in UTF-8.

Awesome Lists containing this project

README

        

## vicat - Unicode Vietnamese file reader for MS-DOS

![Vicat](https://github.com/htruong/vicat/blob/master/docs/screenshot.png?raw=true)

## Features

- Displays Vietnamese UTF-8 file directly from command line.
- Does not mingle with your primary VGA font and your favorite TUI program.
- Draws ASCII art in Unicode format. For example, download [this file](http://thedubber.altervista.org/other/file_nfo/x/X-Com%20Interceptor%20TRAINER-RAZOR.txt), and [convert it to Unicode using this tool](http://codelobe.com/tools/cp437-converter). You can then use any editor to add Vietnamese characters.

## Why?

... why not? Programming for MS-DOS is fun.

## Acknowledgements

- [TECH Help Manual](http://www.techhelpmanual.com/)
- [Code page 437](https://en.wikipedia.org/wiki/Code_page_437)
- [VileR's FRAPT](https://int10h.org/blog/2019/05/fontraption-vga-text-mode-font-editor/)
- [OpenWatcom-VSCode](https://github.com/intbeam/watcom-vscode)
- [Code page 437 to Unicode - Lookup table](https://stackoverflow.com/questions/45375804/converting-char-from-cp437-encoding-to-utf-8-encoding-always-yields-the-same-cha)
- [VileR's int10h page](https://int10h.org/)