nlopess Sun Sep 5 08:23:05 2004 EDT
Modified files:
/phpdoc/en/reference/iconv/functions iconv.xml
Log:
document //TRANSLIT and //IGNORE
http://cvs.php.net/diff.php/phpdoc/en/reference/iconv/functions/iconv.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/iconv/functions/iconv.xml
diff -u phpdoc/en/reference/iconv/functions/iconv.xml:1.8
phpdoc/en/reference/iconv/functions/iconv.xml:1.9
--- phpdoc/en/reference/iconv/functions/iconv.xml:1.8 Sun Dec 21 23:38:16 2003
+++ phpdoc/en/reference/iconv/functions/iconv.xml Sun Sep 5 08:23:05 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/iconv.xml, last change in rev 1.1 -->
<refentry id="function.iconv">
<refnamediv>
@@ -20,6 +20,14 @@
to <parameter>out_charset</parameter>. Returns the converted
string or &false; on failure.
</para>
+ <para>If you append the string <literal>//TRANSLIT</literal> to
+ <parameter>out_charset</parameter> transliteration is activated. This
+ means that when a character can't be represented in the target charset,
+ it can be approximated through one or several similarly looking
+ characters. If you append the string <literal>//IGNORE</literal>,
+ characters that cannot be represented in the target charset are silently
+ discarded.
+ </para>
<para>
<example>
<title><function>iconv</function> example:</title>