2-2 International CharacterSet (LONG R/W)
As the attribute that defines the International Character Set of the printer, the default
setting is BXL_ICS_USA. Use the SetInterChrSet(), GetInterChrSet()functions to set
values or recall previously set values.
The International Character Sets that can be used are as follows.
long lResult;
lResult = PrinterOpen(“portinfo…”, 1000);
……
SetInterChrSet(BXL_ICS_SPAIN);
…...
int nCharSet;
nCharSet = GetInterChrSet();
……