PreviousNext

Writing the Client Code

A programmer who is developing an RPC client that supports character and code set interoperability needs to add the following steps to the client code in addition to the basic functions for RPC:

1. Setting the client's locale

2. Establishing a character and code sets compatibility evaluation routine that the NSI server binding import routines will call to evaluate potential servers for character and code set compatibility

The next topics explain these steps in detail.

More:

Setting the Client's Locale

Establishing the Compatibility Evaluation Routine

Sample Client Code