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

Add explicit | to | mapping.

It's not clear exactly what will happen if I don't, so add it just
in case.
parent 87b97881
No related branches found
No related tags found
No related merge requests found
Pipeline #8346 passed
......@@ -411,6 +411,7 @@ char unicode_to_cp437(enum unicode_codepoint codepoint)
switch (codepoint) {
case UNICODE_ACUTE_ACCENT: return '\'';
case '|': return '|';
case UNICODE_BROKEN_BAR: return '|';
case UNICODE_MACRON: return '~';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment