2014-06-01

WideChar:

← Older revision

Revision as of 20:49, 1 June 2014

Line 17:

Line 17:

 

== WideChar ==

 

== WideChar ==

 

 



A variable of type '''WideChar''', also referred to as '''UnicodeChar'''
.
is exactly 2 bytes in size, and contains one (part of) [[LCL Unicode Support|Unicode]] character in UTF-16 encoding.

+

A variable of type '''WideChar''', also referred to as '''UnicodeChar'''
,
is exactly 2 bytes in size, and contains one (part of) [[LCL Unicode Support|Unicode]] character in UTF-16 encoding.

 

Note: it is impossible to encode all Unicode code points in 2 bytes. Therefore, 2 WideChars may be needed to encode a single code point.

 

Note: it is impossible to encode all Unicode code points in 2 bytes. Therefore, 2 WideChars may be needed to encode a single code point.

 

 

Show more