Modify ↓
Opened 21 years ago
Closed 21 years ago
#1491 closed defect (worksforme)
only tentatively valid XHTML 1 strict because of missing character encoding info
| Reported by: | anonymous | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/browser | Version: | 0.8.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
you can use this meta tag to set encoding type to be xhtml 1 strict valid:
<meta http-equiv="content-type" content="text/html; charset=???"/>
??? means your prefered charset.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



The encoding is specified in the HTTP
Content-Typeheader, so I don't see why we should also put it in a<meta>tag inside the document.