WideChar

From Lazarus wiki
Revision as of 11:43, 11 June 2016 by FPC user (talk | contribs)
Jump to navigationJump to search

A variable of type WideChar, also referred to as UnicodeChar, is exactly 2 bytes in size, and contains one Unicode character in UTF-16 encoding. As it is impossible to encode all Unicode code points in 2 bytes, two WideChars may be needed to encode a single code point.