]> git.sesse.net Git - mlt/commitdiff
pango markup encoding
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 12 Jan 2004 04:04:35 +0000 (04:04 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 12 Jan 2004 04:04:35 +0000 (04:04 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@60 d19143bc-622f-0410-bfdd-b5b2a6649095

docs/services.txt
mlt/docs/services.txt

index 74979ca4528b0b026a665e76cb0460e13865eb2f..f7dbbee4ff18ac7f1bc49626efdf8fbd938ae306 100644 (file)
@@ -147,7 +147,7 @@ Producers
 
                        string file - a text file containing Pango markup, see:
                                   http://developer.gnome.org/doc/API/2.0/pango/PangoMarkupFormat.html
-                                  - requires xml-like encoding special chars: <, > ( and '&' and '"' ?)
+                                  - requires xml-like encoding special chars: <, >, & to &lt;, &gt;, &amp;
 
                Initialisation Properties
 
@@ -162,7 +162,7 @@ Producers
 
                        string markup - a string containing Pango markup see:
                                        http://developer.gnome.org/doc/API/2.0/pango/PangoMarkupFormat.html
-                                     - requires xml-like encoding special chars: <, > ( and '&' and '"' ?)
+                                     - requires xml-like encoding special chars: <, >, & to &lt;, &gt;, &amp;
 
                        int fgcolor - an rgba color specification of the text (i.e. 0xrrggbbaa)
                        int bgcolor - an rgba color of the background rectangle
index 74979ca4528b0b026a665e76cb0460e13865eb2f..f7dbbee4ff18ac7f1bc49626efdf8fbd938ae306 100644 (file)
@@ -147,7 +147,7 @@ Producers
 
                        string file - a text file containing Pango markup, see:
                                   http://developer.gnome.org/doc/API/2.0/pango/PangoMarkupFormat.html
-                                  - requires xml-like encoding special chars: <, > ( and '&' and '"' ?)
+                                  - requires xml-like encoding special chars: <, >, & to &lt;, &gt;, &amp;
 
                Initialisation Properties
 
@@ -162,7 +162,7 @@ Producers
 
                        string markup - a string containing Pango markup see:
                                        http://developer.gnome.org/doc/API/2.0/pango/PangoMarkupFormat.html
-                                     - requires xml-like encoding special chars: <, > ( and '&' and '"' ?)
+                                     - requires xml-like encoding special chars: <, >, & to &lt;, &gt;, &amp;
 
                        int fgcolor - an rgba color specification of the text (i.e. 0xrrggbbaa)
                        int bgcolor - an rgba color of the background rectangle