locale utf8

This commit is contained in:
Lucie Anglade 2017-09-22 17:20:29 +02:00
parent 86390af402
commit 47c6df43a3

View File

@ -7,7 +7,7 @@ import feedparser
from flask import Flask, abort, render_template
from jinja2 import TemplateNotFound
locale.setlocale(locale.LC_ALL, 'fr_FR')
locale.setlocale(locale.LC_ALL, 'fr_FR.utf8')
app = Flask(__name__)