function ByteType(const S: string; Index: Integer): TMbcsByteType;
// 判断一个字符串中,某个 Char 是单个字母,还是双字节的前一位或后一位。
// mbSingleByte 单字母
// mbLeadByte 双字节第一位
// mbTrailByte 双字节第二位
function ByteType(const S: string; Index: Integer): TMbcsByteType;
// 判断一个字符串中,某个 Char 是单个字母,还是双字节的前一位或后一位。
// mbSingleByte 单字母
// mbLeadByte 双字节第一位
// mbTrailByte 双字节第二位