View Issue Details

IDProjectCategoryView StatusLast Update
0000256HTML & PERLBug Report - Interfacepublic2007-12-06 08:01
ReporterAmour Assigned ToRar  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000256: Missing charset on creq pages
DescriptionOn the following pages, the charset is missing:

http://anidb.info/perl-bin/animedb.pl?show=creq&do.showhist=1&nonav=1&creq.id=xxx

(where xxx is any number)
Additional InformationThe display is wrong for some users when the charset is missing. To fix it, we need to add the following line in the header of the page:

    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
TagsNo tags attached.

Activities

Rar

2005-08-22 02:14

reporter   ~0000662

charset=iso-8859-1

;_;

Amour

2005-08-23 10:19

reporter   ~0000673

That's what I wrote. It's missing on this page, so it needs to be added.

Rar

2005-08-28 01:55

reporter   ~0000677

I was weeping at the charset itself.

Amour

2005-08-28 13:05

reporter   ~0000678

Oh, I have interesting information about this bug!
This issue isn't related to the fact it's a link to a creq, because it also happens for those kind of links to a file:
http://anidb.info/perl-bin/animedb.pl?show=file&aid=2599&eid=23946&fid=173055&nonav=1

In fact, the issue is all about nonav=1 in the URL. So the charset should be added to any page displayed with nonav=1.

rowaasr13

2005-09-01 09:33

reporter   ~0000687

Actually display should never be wrong for any user regardless of charset if HTML entities are used for every non-ASCII symbol. See http://www.anidb.net/tracker/view.php?id=203. Having pages without charset is, of corse, not good, but side effect of finding such bad entries is nice.

Issue History

Date Modified Username Field Change
2005-08-21 13:51 Amour New Issue
2005-08-22 02:14 Rar Note Added: 0000662
2005-08-23 10:19 Amour Note Added: 0000673
2005-08-28 01:55 Rar Note Added: 0000677
2005-08-28 13:05 Amour Note Added: 0000678
2005-09-01 09:33 rowaasr13 Note Added: 0000687
2006-03-02 18:53 DerIdiot Assigned To => Rar
2006-03-02 18:53 DerIdiot Status new => resolved
2007-12-06 08:01 epoximator Resolution open => fixed