CodePage (Dundas Pie Chart Server 1.0)
From Dundas
CodePage
Overview | Properties | Methods
Set this property to utilize a language other than english.
Syntax
PieChartObject.CodePage = [long]
The CodePage property syntax has the following parts:
|
Part |
Description |
|
long |
Represents a valid code page for the system which is running the ASP engine. |
Remarks
A code page is a character set which is used to interpret and display data. Differing languages and locales can be used by setting this property to the desired codepage.
Set this property at the beginning of your ASP code, before you call SendJPEG.
Please note that the Dundas Pie Chart Server component fully supports Unicode.
Refer to the table below for a listing of code pages:
|
Code Page |
Description |
|
1252 |
ISO Character Set (default) |
|
850 |
Multilingual |
|
437 |
U.S. English |
|
874 |
Thai |
|
932 |
Japanese |
|
936 |
Chinese (simplified) |
|
949 |
Korean |
|
950 |
Chinese (traditional) |
|
1250 |
Central European |
|
1251 |
Cyrillic |
|
1253 |
Greek |
|
1254 |
Turkish |
|
1255 |
Hebrew |
|
1256 |
Arabic |
|
1257 |
Baltic |
For more information about code pages refer to the MSDN library.