Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.32 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.32 KB

REUSE status

cp437.h

☺☻♥♦♣♠•◘○◙♂♀♀♪♫☼
►◄↕‼¶§▬↨↑↓→←∟↔▲▼
 !"#$%&'()*+,-./
0123456789:;<=>?
@ABCDEFGHIJKLMNO
PQRSTUVWXYZ[\]^_
`abcdefghijklmno
pqrstuvwxyz{|}~⌂
ÇüéâäàåçêëèïîìÄÅ
ÉæÆôöòûùÿÖÜ¢£¥₧ƒ
áíóúñѪº¿⌐¬½¼¡«»
░▒▓│┤╡╢╖╕╣║╗╝╜╛┐
└┴┬├─┼╞╟╚╔╩╦╠═╬╧
╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀
αßΓπΣσµτΦΘΩδ∞φε∩
≡±≥≤⌠⌡÷≈°∙·√ⁿ²■

This is tiny a header only library which contains a cp437 ascii to unicode lookup table. This library is released to the public domain.

Information about how to use this library in your project is included in comments at the top of the file cp437.h.

Want to try the example project? You can set it up easily using bash console.

git clone https://github.com/Journeyman-dev/cp437.h
cd cp437.h
cmake -S . -B ./build/ -D CP_BUILD_EXAMPLE=ON
cmake --build ./build/