UNICTYPE: Difference between revisions
Appearance
UNICTYPE created |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Describes the range of information regarding the type of character structure. | 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 | typedef struct | ||
=== Fields === | === Fields === | ||
;itype:XPG/4 type attributes | |||
;bidi:BiDi attributes | |||
;charset:Character set | |||
;extend:Extended attributes | |||
;codepage:Codepage bits | |||
[[Category:Data type]] | |||
Latest revision as of 01:43, 2 December 2018
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