moriyoshi Mon Mar 31 15:27:58 2003 EDT Modified files: /phpdoc/en/reference/imap/functions imap-utf7-encode.xml Log: Oops Index: phpdoc/en/reference/imap/functions/imap-utf7-encode.xml diff -u phpdoc/en/reference/imap/functions/imap-utf7-encode.xml:1.3 phpdoc/en/reference/imap/functions/imap-utf7-encode.xml:1.4 --- phpdoc/en/reference/imap/functions/imap-utf7-encode.xml:1.3 Mon Mar 31 15:25:57 2003 +++ phpdoc/en/reference/imap/functions/imap-utf7-encode.xml Mon Mar 31 15:27:58 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/imap.xml, last change in rev 1.9 --> <refentry id="function.imap-utf7-encode"> <refnamediv> @@ -18,8 +18,8 @@ Converts <parameter>data</parameter> to modified UTF-7 text. This is needed to encode mailbox names that contain certain characters which are not in range of printable ASCII characters. - Note that <parameter>data</parameter> is expected to be - encoded in ISO-8859-1. The modified UTF-7 encoding is defined in <ulink + Note that <parameter>data</parameter> is expected to be + encoded in ISO-8859-1. The modified UTF-7 encoding is defined in <ulink url="&url.rfc;rfc2060.html">RFC 2060</ulink>, section 5.1.3 (original UTF-7 was defned in <ulink url="&url.rfc;rfc1642.html">RFC1642</ulink>).
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php