mtgos-mtgos-3ds9/kernel/hw/pc/cgaterm/cp437.hpp

9 lines
178 B
C++
Raw Normal View History

/**
* converts a unicode codepoint to a CP437 codepoint
*/
2017-04-24 16:38:22 +00:00
char unicodeToCP437(int c);
/**
* converts a CP437 codepoint to a unicode codepoint
*/
2017-04-24 16:38:22 +00:00
int CP437ToUnicode(char c);