您要查找的是不是:
- NChar Contains the character code value of the key. 包含了键的字符代码值。
- Multibyte character support is operating-system dependent and based on the current locale. 多字节字符的支持取决于操作系统,并且基于当前场所。
- Returns the character associated with the specified character code. 返回与指定字符码相关联的字符。
- Modified the handling of UTF-16 UTF-32 character code. 修正有关UTF-16 UTF-32字符的处理。
- In a multibyte character set (MBCS), some characters are represented by one byte and others by more than one byte. 在多字节字符集(MBCS)中,一些字符用一个字节表示,其他的用多于一个字节表示。
- Parameter, which contains the character code of the key that was pressed. 参数,它包含所按键的字符代码。
- Asc returns the code point, or character code, for the input character. Asc返回输入字符的码位或字符代码。
- Declares a variable that holds a LOB locator pointing to a large block of single-byte, fixed-width multibyte, or variable-width multibyte character data stored inside the database. 而存储于数据库外的大字段类型则不能参与 Oracle 的事务处理,不能被提交和回滚,只能依据文件系统来保证数据的完整性。
- Function to return the character associated with the specified character code. 函数返回与指定的字符码相关联的字符。
- The character code, cosidering the current keyboard states and input locale. 字符代码,考虑到最近的键盘状况和输入场所。
- Converts a sequence of multibyte characters to a corresponding sequence of wide characters. 谢谢,英文字符转换正常,但汉字就好像有问题。
- You can also cast the integral character codes. 您也可以显式转换整数字符代码。
- Converts a sequence of wide characters to a corresponding sequence of multibyte characters. 得到得是wchar;我也不知道怎么装化成ansistring.
- The character code is identified using the cyclostyle matching method. 再利用模板匹配的方法对切分出的车牌字符进行识别。
- Support for Multibyte Character Sets (MBCSs) 支持多字节字符集(MBCS)
- In general, the lower 128 characters of a multibyte character set map to the 7-bit ASCII characters, and any byte whose ordinal value is greater than 127 is the lead byte of a multibyte character. 通常,多字节字符集中最低的128个字符对应于7位ASCII字符,其他任何序数值大于127的字节都是多字节字符的引导字节。
- Physical source file multibyte characters are mapped, in an implementation defined manner, to the source character set (introducing new-line characters for end-of-line indicators) if necessary. 根据编译器定义的方式,如果有必要,物理源文件的多字节字符被映射到源字符集(采用换行符替换行尾指示符)。
- He can't understand the foreign character codes in the manual. 他看不懂说明书上的洋字码儿。
- This character code is unique for every combination of a character key and a modifier key. 此字符代码对于字符键和修改键的每个组合都是唯一的。
- Instead of returning the character code for the first character, AscB returns the first byte. AscB返回的不是第一个字符的字符代码,而是返回第一个字节。