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
This commit is contained in:
Philip Olson 2006-08-25 00:05:45 +00:00
parent 3b11daa3a0
commit 4bb1d547eb

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision: 1.18 $ -->
<!-- $Revision: 1.19 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
<refentry id="function.imagettftext">
<refnamediv>
@ -127,7 +127,12 @@ $font = 'SomeFont';
<simpara>
May include decimal numeric character references (of the form:
&amp;#8364;) to access characters in a font beyond position 127.
Strings in UTF-8 encoding can be passed directly.
The hexadecimal format (like &amp;#xA9;) is supported as of PHP 5.2.0.
Strings in UTF-8 encoding can be passed directly.
</simpara>
<simpara>
Named entities, such as &amp;copy;, are not supported. Consider using <function>html_entity_decode</function>
to decode these named entities into UTF-8 strings (html_entity_decode() supports this as of PHP 5.0.0).
</simpara>
<simpara>
If a character is used in the string which is not supported by the