Skip to content
Snippets Groups Projects
Commit a300e325 authored by rswindell's avatar rswindell
Browse files

Initial UTF-8 support.

parent ad736382
No related branches found
No related tags found
No related merge requests found
......@@ -821,7 +821,7 @@ void sbbs_t::maindflts(user_t* user)
,term&ANSI ? "ANSI ":"TTY "
,term&COLOR ? (term&ICE_COLOR ? text[TerminalIceColor] : text[TerminalColor]) : text[TerminalMonochrome]
,term&RIP ? "RIP " : nulstr
,term&NO_EXASCII ? "ASCII ":"CP437 "
,term&UTF8 ? "UTF-8" : (term&NO_EXASCII ? "ASCII ":"CP437 ")
,term&SWAP_DELETE ? "DEL=BS " : nulstr);
bprintf(text[UserDefaultsTerminal], truncsp(str));
if(user->rows)
......
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