vrana           Tue Nov 16 04:33:44 2004 EDT

  Modified files:              
    /phpdoc/en/reference/image/functions        imagettftext.xml 
  Log:
  Entities in the string (bug #30801)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/image/functions/imagettftext.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/image/functions/imagettftext.xml
diff -u phpdoc/en/reference/image/functions/imagettftext.xml:1.13 
phpdoc/en/reference/image/functions/imagettftext.xml:1.14
--- phpdoc/en/reference/image/functions/imagettftext.xml:1.13   Mon Sep 20 
06:58:17 2004
+++ phpdoc/en/reference/image/functions/imagettftext.xml        Tue Nov 16 
04:33:43 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
   <refentry id="function.imagettftext">
    <refnamediv>
@@ -109,9 +109,8 @@
          The text string.
         </simpara>
         <simpara>
-         May include any UTF-8 character sequences
-         (of the form: &amp;#123;) to access characters in a font beyond the
-         first 255.
+         May include decimal numeric character references (of the form:
+         &#8364;) to access characters in a font beyond position 127.
         </simpara>
         <simpara>
          If a character is used in the string which is not supported by the

Reply via email to