Hi,
When I use an entry title such as
This shouldn't be a qurly quoteand use the exp:channel:entries tag to output the title, the single quote is being converted to a curly quote.
I’ve searched and found some related posts, but couldn’t find a clear answer. Also, I think most of those problems were with EE1.
When I look the entry up in the database, it shows a normal single quote. So the conversion happens on output.
My doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html >Charset:
<meta http-equiv="content-type" content="text/html; charset=utf-8" />but I’m quite positive that’s not the problem, as my pages show normal quotes when I enter them directly in a template like this for example:
<h1>This shouldn't be a qurly quote</h1>Any ideas? I’m using EE 2.1.3, although this also happened with 2.1.1 I think.