Date: 10/20/00
- Next message: Jesus Castagnetto: "Re: [PHP-DOC] Re: [PHP-CVS] cvs: php4 /ext/shmop php_shmop.h shmop.c"
- Previous message: Jani Taskinen: "Re: [PHP-DOC] Compile options in function reference pages."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 ü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 äquivalente EBCDIC-Darstellung um
+ (binärfest), und lieferty das konvertierte Ergebnis
+ zurü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 ü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 äquivalente ASCII-Darstellung um
+ (binärfest), und lieferty das konvertierte Ergebnis
+ zurü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>
- Next message: Jesus Castagnetto: "Re: [PHP-DOC] Re: [PHP-CVS] cvs: php4 /ext/shmop php_shmop.h shmop.c"
- Previous message: Jani Taskinen: "Re: [PHP-DOC] Compile options in function reference pages."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

