UNICTYPE: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== UNICTYPE == | == UNICTYPE == | ||
Describes the range of information regarding the type of character structure. | Describes the range of information regarding the type of character structure. | ||
=== Type === | === Type === | ||
[[USHORT]] itype | |||
[[ | [[CHAR]] bidi | ||
[[ | CHAR charset | ||
USHORT extend | |||
USHORT codepage | |||
==== C declaration method ==== | ==== C declaration method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
;itype:XPG/4 type attributes | |||
;bidi:BiDi attributes | |||
;charset:Character set | |||
;extend:Extended attributes | |||
;codepage:Codepage bits | |||
[[Category:Data type]] | |||
[[Category: |
Revision as of 19:56, 2 November 2016
UNICTYPE
Describes the range of information regarding the type of character structure.
Type
USHORT itype CHAR bidi CHAR charset USHORT extend USHORT codepage
C declaration method
typedef struct
Fields
- itype
- XPG/4 type attributes
- bidi
- BiDi attributes
- charset
- Character set
- extend
- Extended attributes
- codepage
- Codepage bits