Flynet Viewer .NET Programmer's Reference

altCodePage Property (string)

altCodePage Property (string)

Previous topic Next topic  

altCodePage Property (string)

Previous topic Next topic  

Will any alternate CodePage description for the HostScreen session.

 

This will be an empty string ("") except for two special cases, which are the host code pages cp870.dat and cp870win.dat which are Latin1 (Central Europe) code pages.

 

If a host session has either of these two code pages set, the corresponding altCodePage value will be:

 

Host Code Page

Windows Code Page

altCodePage

cp870.dat

28592

ISO-8859-2

cp870win.dat

1250

windows-1250

 

altCodePage can be used to override HTML page encoding information when the page includes Latin1 characters.

 

If it is not "", then the encoding for an outbound HTML page (or ASPX page) should be set to the value read.

 

This property is read-only.