International languages and character sets sample program

The intlchar.c sample program demonstrates how Open Server handles international languages and character sets. It initializes values for the Open Server application native language and character set and then changes these values in response to client requests.

Client requests come in the form of option commands and language commands. intlchar.c installs SRV_OPTION and SRV_LANGUAGE event handlers and a SRV_CONNECT handler.