In my admin interface, I can create a database entry which contains
HTML using TinyMCE. I do this to create publication entries for my
website. In the database, a publication entry stores entities using
numeric encoding. To render a list of publications, I use the safe tag
in the django template. The result looks correctly like this:
http://visdom.at/publications/
All entities are correctly shown.
I use the same technique in another template to render only some of
the publications for a particular person:
http://www.visdom.at/jwaser
However, here the ü's and ö's are messed up. What puzzles me even
more, is that the entities for the name Ribičić are correctly
displayed.
What am I doing wrong?
Thx for any help,
Jürgen