diff --git a/reference/dom/reference.xml b/reference/dom/reference.xml
index 58dbeeb1b8..536889e79b 100644
--- a/reference/dom/reference.xml
+++ b/reference/dom/reference.xml
@@ -1,5 +1,5 @@
-
+
@@ -17,6 +17,13 @@
For PHP 4, use DOM XML.
+
+
+ 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.
+
+