Jump to content

UniChar: Difference between revisions

From EDM2
UniChar created
 
m c type to OS/2 type; more on description
Line 1: Line 1:
== UniChar ==
== UniChar ==


Unicode character.
Unicode character.  It is independent of language and culture.  It supports multiple simultaneous character sets.


=== Type ===
=== Type ===


unsigned short
[[OS2 API:DataType:USHORT|USHORT]]


==== C declaration method ====
==== C declaration method ====
Line 14: Line 14:


=== Comment ===
=== Comment ===
The value range for the unsigned short is 0 to 65535

Revision as of 07:24, 22 March 2006

UniChar

Unicode character. It is independent of language and culture. It supports multiple simultaneous character sets.

Type

USHORT

C declaration method

typedef

Fields

Comment