The encoding for '0x80' format is as follow:
1. the first octet/byte is '0x80'
2. The following octets are the 16 bit UCS characters, Little Endian format.
1. the first octet/byte is '0x80'
2. The following octets are the 16 bit UCS characters, Little Endian format.
Example:
We have 3 UCS2: Sকদ
The characters in bytes are: '0053' for "S", '0995' for "ক", and '09A6' for "দ".
The coding for Alpha field for this format is: '80 0053 0995 09A6'.
The coding for Alpha field for this format is: '80 0053 0995 09A6'.
No comments:
Post a Comment