> On Mar 28, 2019, at 7:53 AM, Tony van der Hoff <li...@vanderhoff.org> wrote: > Thanks, Chris. The problem is not with the browser, but Jinja crashes. > Probably a bug, but I'm too wedded to that engine to change now. I'll > raise it on the Jinja bug site. > Using Google, it says that Jinja2 is Unicode capable, if you are using the first version of Jinja, it may be that it is know to not handle Unicode well (a bytes/string issue) and simply updating to Jinja2 may be simple. -- https://mail.python.org/mailman/listinfo/python-list
- Re: Prepare accented character... Tony van der Hoff
- Re: Prepare accented character... Peter Otten
- Jinja and non-ASCII characters... Chris Angelico
- Re: Jinja and non-ASCII charac... Tony van der Hoff
- Re: Jinja and non-ASCII charac... Thomas Jollans
- Re: Jinja and non-ASCII charac... Chris Angelico
- Re: Jinja and non-ASCII charac... Tony van der Hoff
- Re: Jinja and non-ASCII charac... Thomas Jollans
- Re: Jinja and non-ASCII charac... Peter J. Holzer
- Re: Jinja and non-ASCII charac... Peter Otten
- Re: Prepare accented characters for HTML Richard Damon
- Re: Prepare accented characters for HTML dieter