Show/Hide Toolbars

Inventu Viewer+ .NET Programmer's Reference

Navigation: HostScreen Class > Properties

altCodePage Property (string)

Scroll Prev Top Next More

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.