GNOME Bugzilla – Bug 94833
bad sentence in doc for gtk_text_child_anchor_get_deleted ()
Last modified: 2004-12-22 21:47:04 UTC
See docs for gtk_text_child_anchor_get_deleted () in HEAD: "Keep in mind that the child anchor will be unreferenced when removed from the buffer, so you need to hold your own reference (with g_object_ref()) if you plan to use this function â otherwise all deleted child anchors will also be finalized." A symbol between 'function' and 'otherwise' looks bad. STABLE branch has '&mdash' there which looks incorrect as well.
I think that this is a problem of the browser not handling numeric character references properly. In the generated html I see —
Turns out to be a problem with the xsl stylesheet used in xml mode, which makes the charset not come out in the generated html.