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
Branches
Tags
No related merge requests found
Pipeline #8262 passed
...@@ -774,6 +774,8 @@ char unicode_to_cp437(enum unicode_codepoint codepoint) ...@@ -774,6 +774,8 @@ char unicode_to_cp437(enum unicode_codepoint codepoint)
case UNICODE_SMALL_PERCENT_SIGN: return '%'; case UNICODE_SMALL_PERCENT_SIGN: return '%';
case UNICODE_SMALL_COMMERCIAL_AT: return '@'; case UNICODE_SMALL_COMMERCIAL_AT: return '@';
case UNICODE_VIEWDATA_SQUARE: return '#';
default: default:
{ {
int i; int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment