diff --git a/reference/image/functions/imagettftext.xml b/reference/image/functions/imagettftext.xml index 0514a7844f..3ba0c1946a 100644 --- a/reference/image/functions/imagettftext.xml +++ b/reference/image/functions/imagettftext.xml @@ -1,5 +1,5 @@ - + @@ -127,7 +127,12 @@ $font = 'SomeFont'; May include decimal numeric character references (of the form: €) to access characters in a font beyond position 127. - Strings in UTF-8 encoding can be passed directly. + The hexadecimal format (like ©) is supported as of PHP 5.2.0. + Strings in UTF-8 encoding can be passed directly. + + + Named entities, such as ©, are not supported. Consider using html_entity_decode + to decode these named entities into UTF-8 strings (html_entity_decode() supports this as of PHP 5.0.0). If a character is used in the string which is not supported by the