From 4bb1d547eb078596565206292965e14ae1c1576f Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 25 Aug 2006 00:05:45 +0000 Subject: [PATCH] Hexadecimal characters are supported as of 5.2.0. Named entities are not supported. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218834 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagettftext.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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