UTF-16: Difference between revisions
Jump to navigation
Jump to search
Cargo Cult (talk | contribs) m (Bits, not bytes!) |
m (wchar_t) |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
UTF-16 is a way to encode [[Unicode]] | UTF-16 is a way to encode [[Unicode]] characters in 16-bit (2 byte) chunks. It is referred to in code as '''wchar_t'''. | ||
== See Also == | == See Also == |
Revision as of 19:46, 1 August 2006
UTF-16 is a way to encode Unicode characters in 16-bit (2 byte) chunks. It is referred to in code as wchar_t.