2.2.4.1.1.1 Code Page Property Types

Code page property types are a 2-byte value used to transmit string properties using the code page format of the string as stored on the server, in server-to-client-to-server scenarios. For example, a code page property type of 0x84B0 specifies the Unicode (1200) code page and a code page property type of 0x84E2 specifies the Western European (1250) code page.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

A

CodePageId

A (1 bit): 1-bit flag (mask 0x8000). This bit MUST be set to 1 to indicate the property is an internal code page string.

CodePageId (15 bit): The decimal value of the code page identifier for the code page used to encode the string property.