diff --git a/reference/iconv/functions/iconv.xml b/reference/iconv/functions/iconv.xml index 3be3326c0f..de12e5c550 100644 --- a/reference/iconv/functions/iconv.xml +++ b/reference/iconv/functions/iconv.xml @@ -49,6 +49,15 @@ discarded. Otherwise, E_NOTICE is generated and the function will return &false;. + + + If and how //TRANSLIT works exactly depends on the + system's iconv() implementation (cf. ICONV_IMPL). + Some implementations are known to ignore //TRANSLIT, + so the conversion is likely to fail for characters which are illegal for + the out_charset. + +