2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-06-20 22:25:43 +00:00
|
|
|
<!-- $Revision: 1.5 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<!-- splitted from ./en/functions/apache.xml, last change in rev 1.10 -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<refentry xml:id="function.ebcdic2ascii" xmlns="http://docbook.org/ns/docbook">
|
2005-04-01 22:55:18 +00:00
|
|
|
<refnamediv>
|
|
|
|
<refname>ebcdic2ascii</refname>
|
|
|
|
<refpurpose>Translate string from EBCDIC to ASCII</refpurpose>
|
|
|
|
</refnamediv>
|
2005-04-02 02:18:32 +00:00
|
|
|
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
2005-04-01 22:55:18 +00:00
|
|
|
<methodsynopsis>
|
|
|
|
<type>int</type><methodname>ebcdic2ascii</methodname>
|
|
|
|
<methodparam><type>string</type><parameter>ebcdic_str</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
|
|
|
<function>ebcdic2ascii</function> is an Apache-specific function which
|
|
|
|
is available only on EBCDIC based operating systems (OS/390, BS2000).
|
|
|
|
It translates the EBCDIC encoded string <parameter>ebcdic_str</parameter>
|
|
|
|
to its equivalent ASCII representation (binary safe), and returns
|
|
|
|
the result.
|
|
|
|
</para>
|
2005-04-02 02:18:32 +00:00
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="parameters">
|
|
|
|
&reftitle.parameters;
|
|
|
|
<para>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term><parameter>ebcdic_str</parameter></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
The EBCDIC string that will be translated.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="returnvalues">
|
|
|
|
&reftitle.returnvalues;
|
|
|
|
<para>
|
|
|
|
The ASCII representation of an EBCDIC string.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="seealso">
|
|
|
|
&reftitle.seealso;
|
2005-04-01 22:55:18 +00:00
|
|
|
<para>
|
2005-04-02 02:18:32 +00:00
|
|
|
<simplelist>
|
|
|
|
<member><function>ascii2ebcdic</function></member>
|
|
|
|
</simplelist>
|
2005-04-01 22:55:18 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|