orbekk / linoquotes

Apache License 2.0
4 stars 1 forks source link

Non-`latin1` characters shown as question marks in `view_quote` #3

Open ehamberg opened 10 years ago

ehamberg commented 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).

orbekk commented 10 years ago

Thanks! I forgot to fix this. The database is utf8 and it should be recoverable.