diff --git a/reference/strings/functions/get-html-translation-table.xml b/reference/strings/functions/get-html-translation-table.xml
index 78d504741f..21d02c214d 100644
--- a/reference/strings/functions/get-html-translation-table.xml
+++ b/reference/strings/functions/get-html-translation-table.xml
@@ -12,6 +12,7 @@
arrayget_html_translation_table
inttableHTML_SPECIALCHARS
intquote_styleENT_COMPAT
+ stringcharset_hint
get_html_translation_table will return the
@@ -56,6 +57,18 @@
+
+ charset_hint
+
+
+ Like htmlentities, it takes an optional
+ third argument charset which defines character
+ set used in conversion.
+ Presently, the ISO-8859-1 character set is used as the default.
+
+ &reference.strings.charsets;
+
+
@@ -67,6 +80,30 @@
+
+ &reftitle.changelog;
+
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 5.3.4
+
+ The charset_hint parameter was added.
+
+
+
+
+
+
+
+
&reftitle.examples;