From 2d4d3da13b811a0485585e413578742a797af268 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 20 Oct 2010 08:52:35 +0000 Subject: [PATCH] Fixed bug #51279 (Documentation is weak at "DOMDocument uses UTF-8") git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304551 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dom/book.xml | 2 +- reference/dom/domdocument.xml | 13 +++++++++++++ reference/dom/domelement.xml | 13 +++++++++++++ reference/dom/domnode.xml | 15 ++++++++++++++- 4 files changed, 41 insertions(+), 2 deletions(-) diff --git a/reference/dom/book.xml b/reference/dom/book.xml index 67f904c8ab..dc9c91f6ca 100644 --- a/reference/dom/book.xml +++ b/reference/dom/book.xml @@ -18,7 +18,7 @@ - DOM extension uses UTF-8 encoding. Use utf8_encode + The DOM extension uses UTF-8 encoding. Use utf8_encode and utf8_decode to work with texts in ISO-8859-1 encoding or Iconv for other encodings. diff --git a/reference/dom/domdocument.xml b/reference/dom/domdocument.xml index 44da6fdb6b..03b70cfca5 100644 --- a/reference/dom/domdocument.xml +++ b/reference/dom/domdocument.xml @@ -327,6 +327,19 @@ + + +
+ &reftitle.notes; + + + The DOM extension uses UTF-8 encoding. Use utf8_encode + and utf8_decode to work with texts in ISO-8859-1 + encoding or Iconv for other encodings. + + +
+
diff --git a/reference/dom/domelement.xml b/reference/dom/domelement.xml index 48da64ece4..77f0e75688 100644 --- a/reference/dom/domelement.xml +++ b/reference/dom/domelement.xml @@ -85,6 +85,19 @@
+ + +
+ &reftitle.notes; + + + The DOM extension uses UTF-8 encoding. Use utf8_encode + and utf8_decode to work with texts in ISO-8859-1 + encoding or Iconv for other encodings. + + +
+ - + + +
+ &reftitle.notes; + + + The DOM extension uses UTF-8 encoding. Use utf8_encode + and utf8_decode to work with texts in ISO-8859-1 + encoding or Iconv for other encodings. + + +
+ +
&reftitle.seealso;