Skip to content

Journeyman1337/cp437.h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/