Jump to content

UNICTYPE: Difference between revisions

From EDM2
UNICTYPE created
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== 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 ===

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