View Ticket
Not logged in
Ticket UUID: 2ed0655983b51af61bb85e9b0cab70b205d9d513
Title: html numeric character entity "•" is maybe wrong.
Status: Closed Type: Code_Defect
Severity: Cosmetic Priority:
Subsystem: Resolution: Fixed
Last Modified: 2009-04-07 16:08:28
Version Found In: a8c3a7ea92 2008-11-22T19:32:44
Description & Comments:
html numeric character entity "•" uses in "setup.c" and "wikiformat.c" numeric character entities always interpret by unicode. "•" does not means iso-8859-1 character '\x95'('middle dot'). if use 'middle dot' in html, use "•" or "•" (as U+2022)

drh added on 2008-11-27 13:34:27:
Fixed in check-in 72e9eb6a0d4c6e777878.