These are:
00C3 LATIN CAPITAL LETTER A WITH TILDE
: 0041 0303
U+00C3, character ??, decimal 195, hex 0xC3, octal 303, binary 11000011
UTF-8: 0xc3 0x83
008D <control>
= REVERSE LINE FEED
U+008D, character ?, decimal 141, hex 0x8D, octal 215, binary 10001101
UTF-8: 0xc2 0x8d
I'm guessing those aren't there deliberately. Sometimes editing in a terminal can produce this if you start typing before the window has fully loaded and done its stty
thing. I often see this sort of thing in emacs
.
Solution: go to the appropriate lines and remove the characters. cat -te
or less
are useful for identifying which characters are problematic.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…