[PHP-DOC] cvs: phpdoc /de/functions apache.xml /en/functions apache.xml From: Martin Kraemer (Martin.Kraemer <email protected>)
Date: 10/20/00

martin Fri Oct 20 08:01:00 2000 EDT

  Modified files:
    /phpdoc/de/functions apache.xml
    /phpdoc/en/functions apache.xml
  Log:
  Fix broken reference between the ASCII/EBCDIC conversion functions
  
Index: phpdoc/de/functions/apache.xml
diff -u phpdoc/de/functions/apache.xml:1.8 phpdoc/de/functions/apache.xml:1.9
--- phpdoc/de/functions/apache.xml:1.8 Tue Oct 3 05:57:15 2000
+++ phpdoc/de/functions/apache.xml Fri Oct 20 08:00:59 2000
@@ -160,6 +160,66 @@
    </refsect1>
   </refentry>
 
+ <refentry id="function.ascii2ebcdic">
+ <refnamediv>
+ <refname>ascii2ebcdic</refname>
+ <refpurpose>Zeichenkette von ASCII in EBCDIC &uuml;bersetzen</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>int <function>ascii2ebcdic</function></funcdef>
+ <paramdef>string <parameter>ascii_str</parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ <para>
+ <function>ascii2ebcdic</function> ist eine Apache-specifische
+ Funktion, die nur auf Systemen mit EBCDIC-Zeichensatz
+ existiert (Betriebssysteme: OS/390, BS2000).
+ Die Funktion setzt die ASCII-kodierte Zeichenkette
+ <parameter>ascii_str</parameter>
+ in ihre &auml;quivalente EBCDIC-Darstellung um
+ (bin&auml;rfest), und lieferty das konvertierte Ergebnis
+ zur&uuml;ck.
+ </para>
+ <para>
+ Siehe auch die Umkehrfunktion
+ <function>ebcdic2ascii</function> .
+ </para>
+ </refsect1>
+ </refentry>
+
+ <refentry id="function.ebcdic2ascii">
+ <refnamediv>
+ <refname>ebcdic2ascii</refname>
+ <refpurpose>Zeichenkette von EBCDIC in ASCII &uuml;bersetzen</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>Description</title>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>int <function>ebcdic2ascii</function></funcdef>
+ <paramdef>string <parameter>ebcdic_str</parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
+ <para>
+ <function>ebcdic2ascii</function> ist eine Apache-specifische
+ Funktion, die nur auf Systemen mit EBCDIC-Zeichensatz
+ existiert (Betriebssysteme: OS/390, BS2000).
+ Die Funktion setzt die EBCDIC-kodierte Zeichenkette
+ <parameter>ebcdic_str</parameter>
+ in ihre &auml;quivalente ASCII-Darstellung um
+ (bin&auml;rfest), und lieferty das konvertierte Ergebnis
+ zur&uuml;ck.
+ </para>
+ <para>
+ Siehe auch die Umkehrfunktion
+ <function>ascii2ebcdic</function> .
+ </para>
+ </refsect1>
+ </refentry>
+
  </reference>
 
 <!-- Keep this comment at the end of the file
Index: phpdoc/en/functions/apache.xml
diff -u phpdoc/en/functions/apache.xml:1.7 phpdoc/en/functions/apache.xml:1.8
--- phpdoc/en/functions/apache.xml:1.7 Thu Oct 19 06:29:45 2000
+++ phpdoc/en/functions/apache.xml Fri Oct 20 08:00:59 2000
@@ -181,14 +181,14 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- <function>ASCII2EBCDIC</function> is an Apache-specific function which
+ <function>ascii2ebcdic</function> is an Apache-specific function which
      is available only on EBCDIC based operating systems (OS/390, BS2000).
      It translates the ASCII encoded string <parameter>ascii_str</parameter>
      to its equivalent EBCDIC representation (binary safe), and returns
      the result.
     </para>
     <para>
- See also the reverse function <function>EBCDIC2ASCII</function>
+ See also the reverse function <function>ebcdic2ascii</function>
     </para>
    </refsect1>
   </refentry>
@@ -207,14 +207,14 @@
      </funcprototype>
     </funcsynopsis>
     <para>
- <function>EBCDIC2ASCII</function> is an Apache-specific function which
+ <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>
     <para>
- See also the reverse function <function>ASCII2EBCDIC</function>
+ See also the reverse function <function>ascii2ebcdic</function>
     </para>
    </refsect1>
   </refentry>