diff --git a/reference/iconv/book.xml b/reference/iconv/book.xml new file mode 100644 index 0000000000..fc39849cc5 --- /dev/null +++ b/reference/iconv/book.xml @@ -0,0 +1,59 @@ + + + + + + + iconv + + + + &reftitle.intro; + + This module contains an interface to iconv character set conversion + facility. With this module, you can turn a string represented by a local + character set into the one represented by another character set, + which may be the Unicode character set. Supported character sets + depend on the iconv implementation of your system. + Note that the iconv function on some systems may not work + as you expect. In such case, it'd be a good idea to install the + GNU libiconv library. It will most + likely end up with more consistent results. + + + + Since PHP 5.0.0, this extension comes with + various utility functions that help you to write multilingual + scripts. Let's have a look at the following sections to explore the new + features. + + + + + &reference.iconv.setup; + &reference.iconv.constants; + &reference.iconv.reference; + + + + + diff --git a/reference/iconv/constants.xml b/reference/iconv/constants.xml index e8b493b6f2..f2b459523c 100644 --- a/reference/iconv/constants.xml +++ b/reference/iconv/constants.xml @@ -1,6 +1,6 @@ - -
+ + &reftitle.constants; Since PHP 4.3.0 it is possible to identify at @@ -64,7 +64,7 @@ -
+ - - + - iconv Functions + iconv &Functions; iconv -
- &reftitle.intro; - - This module contains an interface to iconv character set conversion - facility. With this module, you can turn a string represented by a local - character set into the one represented by another character set, - which may be the Unicode character set. Supported character sets - depend on the iconv implementation of your system. - Note that the iconv function on some systems may not work - as you expect. In such case, it'd be a good idea to install the - GNU libiconv library. It will most - likely end up with more consistent results. - - - - Since PHP 5.0.0, this extension comes with - various utility functions that help you to write multilingual - scripts. Let's have a look at the following sections to explore the new - features. - -
- -
- &reftitle.required; - - You will need nothing if the system you are using is one of the recent - POSIX-compliant systems because standard C libraries that are supplied in - them must provide iconv facility. Otherwise, you have to get the - libiconv library installed in - your system. - -
- - &reference.iconv.configure; - - &reference.iconv.ini; - -
- &reftitle.resources; - &no.resource; -
- - &reference.iconv.constants; - -
- &reftitle.seealso; - - See also GNU Recode functions. - -
- + &reftitle.seealso; + + See also GNU Recode functions. +
-&reference.iconv.entities.functions; + &reference.iconv.entities.functions;
+ + + &reftitle.setup; + + +
+ &reftitle.required; + + You will need nothing if the system you are using is one of the recent + POSIX-compliant systems because standard C libraries that are supplied in + them must provide iconv facility. Otherwise, you have to get the + libiconv library installed in + your system. + +
+ + + + &reference.iconv.configure; + + + + &reference.iconv.ini; + + + +
+ &reftitle.resources; + &no.resource; +
+ + +
+ + +