Open ehamberg opened 10 years ago
E.g. view_quote?id=150001
The Content-Type for the index is text/html; charset=utf-8, but text/html; charset=iso-8859-1 for view_quote, but the actual data sent is also latin1 (U+003F QUESTION MARKs).
Content-Type
text/html; charset=utf-8
text/html; charset=iso-8859-1
view_quote
latin1
U+003F QUESTION MARK
Thanks! I forgot to fix this. The database is utf8 and it should be recoverable.
E.g. view_quote?id=150001
The
Content-Type
for the index istext/html; charset=utf-8
, buttext/html; charset=iso-8859-1
forview_quote
, but the actual data sent is alsolatin1
(U+003F QUESTION MARK
s).