ARSperl

 view release on metacpan or  search on metacpan

html/manual/ars_GetServerCharSet.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>
      ARSperl Programmer's Manual
    </title>
    <style type="text/css">
/*<![CDATA[*/
    dt.c1 {font-weight: bold}
    p.c1 {font-style: italic}
    /*]]>*/
    </style>
  </head>
  <body>
    <h2>
      <code>ars_GetServerCharSet(control)</code>
    </h2>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.<br />
    <dl>
      <dt class="c1">
        On success
      </dt>
      <dd>
        Returns a string.
      </dd>
      <dt class="c1">
        On failure
      </dt>
      <dd>
        Returns undef.
      </dd>
    </dl>
    <p>
      Example:
    </p>
    <pre>
    my $charset = ars_GetServerCharSet($ctrl);<br />        print "This server is using character set $charset\n";<br /> 
</pre>
    <p class="c1">
      ars_GetServerCharSet was introduced in version 1.92 of ARSperl
    </p>
    <p>
      <a href="toc.html">Back to Table of Contents</a>
    </p>
    <address>
      Last changes to this page 30 March 2009 by michiel@beefreeit.nl<br />
    </address>
  </body>
</html>



( run in 0.552 second using v1.01-cache-2.11-cpan-39bf76dae61 )