|
In the UTF - 16 encoding, characters are symbolized using either one or two unsigned 16- bit integers depending on the character value for storage or transmission via data networks. Serialization of these integers for transmission as a byte stream is done. UTF - 16 is a strict superset of UCS - 2 and it supports supplementary characters. |
