Jump to content

UNICTYPE: Difference between revisions

From EDM2
UNICTYPE created
 
No edit summary
Line 24: Line 24:


=== Comment ===
=== Comment ===
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 15:12, 1 November 2011

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.

Comment

Back to OS/2 API