-
- Downloads
Add K_CP437 mode flag for use with inkey() - translates UTF-8 to CP437
If you're writing, say, a message editor and you don't want to deal with UTF-8 input at all, specify this mode flag to convert any translatable UTF-8 chars (that have CP437 equivalents) to CP437 chars. Non-translatable UTF-8 chars are just ignored (treated the same as a timeout/no-input).
Please register or sign in to comment