in this version, the if condition works properly, since a lead byte will never equal 0x5c.
在这个版本里,if条件正常工作,因为lead byte永远不会等于0x5c。
the byte following a lead byte is called the 「trail byte.」
跟随在一个leadingbyte子节后面的字节被称作「trailbyte」。
a lead byte specifies that it and the following trail byte comprise a single 2-byte-wide character.
前导字节指定由它和后面的「尾字节」构成单个双字节宽字符。