What does `\x1b(B` do?
问题 I'm a Blessed user, and recently, when I tried to find out the contents of the term.bold() function, I got this output: \x1b[1m\x1b(B\x1b[m I understand what \x1b[1m and \x1b[m do, but what does \x1b(B do? I tried printing it, but it doesn't seem to do anything at all. Thanks in advance! 回答1: The control sequence \x1b(B selects the default character set ASCII. See XTerm Control Sequences: ESC ( C Designate G0 Character Set (ISO 2022, VT100). Final character C for designating 94-character sets