diff --git a/functions/apache.xml b/functions/apache.xml
index 792e87467b..4a8939f9f7 100644
--- a/functions/apache.xml
+++ b/functions/apache.xml
@@ -87,6 +87,58 @@
+
+
+ ascii2ebcdic
+ Translate string from ASCII to EBCDIC
+
+
+ Description
+
+
+ int ascii2ebcdic
+ string ascii_str
+
+
+
+ ascii2ebcdic is an Apache-specific function which
+ is available only on EBCDIC based operating systems (OS/390, BS2000).
+ It translates the ASCII encoded string ascii_str
+ to its equivalent EBCDIC representation (binary safe), and returns
+ the result.
+
+
+ See also the reverse function ebcdic2ascii
+
+
+
+
+
+
+ ebcdic2ascii
+ Translate string from EBCDIC to ASCII
+
+
+ Description
+
+
+ int ebcdic2ascii
+ string ebcdic_str
+
+
+
+ ebcdic2ascii is an Apache-specific function which
+ is available only on EBCDIC based operating systems (OS/390, BS2000).
+ It translates the EBCDIC encoded string ebcdic_str
+ to its equivalent ASCII representation (binary safe), and returns
+ the result.
+
+
+ See also the reverse function ascii2ebcdic
+
+
+
+
-
-
- ascii2ebcdic
- Translate string from ASCII to EBCDIC
-
-
- Description
-
-
- int ascii2ebcdic
- string ascii_str
-
-
-
- ascii2ebcdic is an Apache-specific function which
- is available only on EBCDIC based operating systems (OS/390, BS2000).
- It translates the ASCII encoded string ascii_str
- to its equivalent EBCDIC representation (binary safe), and returns
- the result.
-
-
- See also the reverse function ebcdic2ascii
-
-
-
-
-
-
- ebcdic2ascii
- Translate string from EBCDIC to ASCII
-
-
- Description
-
-
- int ebcdic2ascii
- string ebcdic_str
-
-
-
- ebcdic2ascii is an Apache-specific function which
- is available only on EBCDIC based operating systems (OS/390, BS2000).
- It translates the EBCDIC encoded string ebcdic_str
- to its equivalent ASCII representation (binary safe), and returns
- the result.
-
-
- See also the reverse function ascii2ebcdic
-
-
-
-