如果没有seo描述,则post.conten | trunnchars:160进行显示。但是,我有单字和字符集问题
“ŞİIöÖüçÇÇ”之类的土耳其语字符无法正常工作,结果是针对
Ö= Ö
ı= ı
我添加了<meta charset="utf-8">
{% block description %}{% if post.seo_description %}{{post.seo_description|truncchar:160}}{% else %}{{ post.content|truncatechars:160 |safe|striptags}}{% endif %}{% endblock %}
答案 0 :(得分:0)
我将数据库编码SQL_ASCII更改为UTF8,然后正常工作