mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix #73750: Additions to documentation on iconv() //TRANSLIT option
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341618 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f1a1676a9d
commit
9e5c6d9150
1 changed files with 9 additions and 0 deletions
|
@ -49,6 +49,15 @@
|
|||
discarded. Otherwise, <constant>E_NOTICE</constant> is generated and the function
|
||||
will return &false;.
|
||||
</para>
|
||||
<caution>
|
||||
<para>
|
||||
If and how <literal>//TRANSLIT</literal> works exactly depends on the
|
||||
system's iconv() implementation (cf. <constant>ICONV_IMPL</constant>).
|
||||
Some implementations are known to ignore <literal>//TRANSLIT</literal>,
|
||||
so the conversion is likely to fail for characters which are illegal for
|
||||
the <parameter>out_charset</parameter>.
|
||||
</para>
|
||||
</caution>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
|
Loading…
Reference in a new issue