Open AsparagusEduardo opened 2 weeks ago
I get that ~
isn't in the default font so it's less likely to appear in someone's decoded string, but I'd think ?
is a clearer "unknown character" indicator as it's closer to the standard replacement character.
Description
?
to~
as to not confuse prints that use the "?" character.CHAR_HYPHEN
inmini_pchar_decode
.CHAR_NEWLINE
,CHAR_PROMPT_SCROLL
,CHAR_PROMPT_CLEAR
andCHAR_ELLIPSIS
by adding multiple characters to properly print out what they're meant to printI did this as part of a way to debug a different PR, so please let me know if this could be handled better and cleaner.
Discord contact info
AsparagusEduardo