For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > July 2007 > cvs: phpdoc /en language-defs.ent /en/reference/xmlreader reference.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en language-defs.ent /en/reference/xmlreader reference.xml
Nicolas Bérard-Nault

2007-07-28, 10:00 pm

nicobn Sat Jul 28 23:45:57 2007 UTC

Modified files:
/phpdoc/en language-defs.ent
/phpdoc/en/reference/xmlreader reference.xml
Log:
Patch for bug #42095


http://cvs.php.net/viewvc.cgi/phpdo...2&diff_format=u
Index: phpdoc/en/language-defs.ent
diff -u phpdoc/en/language-defs.ent:1.31 phpdoc/en/language-defs.ent:1.32
--- phpdoc/en/language-defs.ent:1.31 Sat Jun 16 21:08:01 2007
+++ phpdoc/en/language-defs.ent Sat Jul 28 23:45:57 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->

<!-- Part titles used mostly in manual.xml itself -->
<!ENTITY PHPManual "PHP Manual">
@@ -41,6 +41,7 @@
<!ENTITY reftitle.constants '<title>Predefined Constants</title>'>
<!ENTITY reftitle.constructor '<title>Constructor</title>'>
<!ENTITY reftitle.description '<title>Description</title>'>
+<!ENTITY reftitle.encoding '<title>Encoding</title>'>
<!ENTITY reftitle.examples '<title>Examples</title>'>
<!ENTITY reftitle.exceptions '<title>Exceptions</title>'>
<!ENTITY reftitle.errors '<title>Errors/Exceptions</title>'>
http://cvs.php.net/viewvc.cgi/phpdo...4&diff_format=u
Index: phpdoc/en/reference/xmlreader/reference.xml
diff -u phpdoc/en/reference/xmlreader/reference.xml:1.3 phpdoc/en/reference/xmlreader/reference.xml:1.4
--- phpdoc/en/reference/xmlreader/reference.xml:1.3 Wed Jun 20 22:25:37 2007
+++ phpdoc/en/reference/xmlreader/reference.xml Sat Jul 28 23:45:57 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Purpose: xml -->
<!-- Membership: pecl, bundled, external -->

@@ -18,6 +18,15 @@
</para>
</section>

+ <section xml:id="xmlreader.encoding">
+ &reftitle.encoding;
+ <para>
+ It is important to note that internally, libxml uses the UTF-8 encoding
+ and as such, the encoding of the retrieved contents will always be in
+ UTF-8 encoding.
+ </para>
+ </section>
+
&reference.xmlreader.configure;

<section xml:id='xmlreader.classes'>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com