Fossil SCM
html numeric character entity "•" is maybe wrong.
Closed
2ed0655983b51af…
· opened 17 years, 4 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Cosmetic
- Resolution
- Fixed
- Subsystem
- —
- Created
- Nov. 27, 2008 6:50 a.m.
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].