mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Mention UTF-8, escape entity (bug #30801)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175876 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d822b7b4ce
commit
0e68d69f44
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.imagettftext">
|
||||
<refnamediv>
|
||||
|
@ -126,7 +126,8 @@ $font = 'SomeFont';
|
|||
</simpara>
|
||||
<simpara>
|
||||
May include decimal numeric character references (of the form:
|
||||
€) to access characters in a font beyond position 127.
|
||||
&#8364;) to access characters in a font beyond position 127.
|
||||
Strings in UTF-8 encoding can be passed directly.
|
||||
</simpara>
|
||||
<simpara>
|
||||
If a character is used in the string which is not supported by the
|
||||
|
|
Loading…
Reference in a new issue