ars_GetServerCharSet(control)

Retrieves a string that represents the name of the character set the API library uses to communicate with the server. If this differs from the client charset, the API converts the data to the right character set.
On success
Returns a string.
On failure
Returns undef.

Example:

    my $charset = ars_GetServerCharSet($ctrl);
print "This server is using character set $charset\n";

ars_GetServerCharSet was introduced in version 1.92 of ARSperl

Back to Table of Contents

Last changes to this page 30 March 2009 by michiel@beefreeit.nl