vrana           Wed Dec 29 06:20:24 2004 EDT

  Modified files:              
    /phpdoc/en/reference/image/functions        imagettftext.xml 
  Log:
  Mention UTF-8, escape entity (bug #30801)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/image/functions/imagettftext.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/image/functions/imagettftext.xml
diff -u phpdoc/en/reference/image/functions/imagettftext.xml:1.15 
phpdoc/en/reference/image/functions/imagettftext.xml:1.16
--- phpdoc/en/reference/image/functions/imagettftext.xml:1.15   Fri Dec 17 
22:49:03 2004
+++ phpdoc/en/reference/image/functions/imagettftext.xml        Wed Dec 29 
06:20:24 2004
@@ -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 @@
         </simpara>
         <simpara>
          May include decimal numeric character references (of the form:
-         &#8364;) to access characters in a font beyond position 127.
+         &amp;#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

Reply via email to