Changeset 7432 in vbox
- Timestamp:
- Mar 12, 2008 10:28:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/types.h
r7431 r7432 1057 1057 * @remark wchar_t is not usable since it's compiler defined. 1058 1058 * @remark When we use the term character we're not talking about unicode code point, but 1059 * the basic unit of the string encoding. Thus c uc - count of unicode chars - means1060 * count of RTUTF16 . And cch means count of the typedef 'char', which is assumed1061 * to be an octet.1059 * the basic unit of the string encoding. Thus cwc - count of wide chars - means 1060 * count of RTUTF16; cuc - count of unicode chars - means count of RTUNICP; 1061 * and cch means count of the typedef 'char', which is assumed to be an octet. 1062 1062 */ 1063 1063 typedef uint16_t RTUTF16;
Note:
See TracChangeset
for help on using the changeset viewer.