Skip to content
Snippets Groups Projects
Commit bcdc5716 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Convert UNICODE_VIEWDATA_SQUARE to # for CP437.

Since we do Mode7
parent 493b99a7
No related branches found
No related tags found
No related merge requests found
Pipeline #8262 passed
......@@ -774,6 +774,8 @@ char unicode_to_cp437(enum unicode_codepoint codepoint)
case UNICODE_SMALL_PERCENT_SIGN: return '%';
case UNICODE_SMALL_COMMERCIAL_AT: return '@';
case UNICODE_VIEWDATA_SQUARE: return '#';
default:
{
int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment