Jump to content

UNICTYPE: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
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
  [[OS2 API:DataType:USHORT|USHORT]] itype
  [[CHAR]]  bidi
  [[OS2 API:DataType:CHAR|CHAR]]  bidi
  CHAR  charset
  [[OS2 API:DataType:CHAR|CHAR]]   charset
  USHORT extend
  [[OS2 API:DataType:USHORT|USHORT]] extend
  USHORT codepage
  [[OS2 API:DataType:USHORT|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


itype    XPG/4 type attributes.
[[Category:Data type]]
bidi    BiDi attributes.
charset  Character set.
extend  Extended attributes.
codepage Codepage bits.
 
=== Comment ===
 
 
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

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