Re: Random character in rendered HTML

2007-07-24 Thread Ivan Sagalaev
brutimus wrote: > {% block content %} > > {% include "whatever.html" %} > {% endblock %} This is most certainly a BOM -- Byte Order Mark of a UTF-8 charset that your text editor has added at the beginning of the 'whatever.html'. It's a part of UTF-8 and those symbols are normally not seen

Re: Random character in rendered HTML

2007-07-23 Thread Ned Batchelder
It's hard to say for sure. What is the character? When you say "random", do you mean it changes all the time, or it's a constant but inexplicable value? I would look into whether the different HTML files maybe have different file encodings or Unicode byte treatments. A hexdump utility can b

Random character in rendered HTML

2007-07-23 Thread brutimus
I've been having this problem with what I believe is a random Unicode character showing up in my rendered HTML. Here's the template setup... {% block content %} {% include "whatever.html" %} {% endblock %} So here are my tests. I've put a marker (just some unique word) right before the op