“
I made a one-line change that should make it possible to commit unicode.
However, it's possible that it causes other problems, so I haven't
committed it to the master branch. Anyway, I have pushed this change as
the "unicode" branch. I'll try to put some more time into it later, but
feel free to try it out in the meantime.
--
Andrew McNabb
http://www.mcnabbs.org/andrew/
PGP Fingerprint: 8A17 B57C 6879 1863 DE55 8012 AB4D 6098 8826 6868
Hello,
I had mentioned to Andrew today that I had run into an issue where I was
having a unicode character display improperly. The rst source showed it
properly, but rendered through rst2html in smug, it didn't.
It turns out that the html template I have was explicitly specifying a
charset. I just switched it to utf8 and it works quite well.
This message is mostly for Andrew to let him know that I was just being
silly, and there is nothing wrong with presenting unicode text via smug.
Thanks!
Jeff Anderson
Great. Now it's one less thing to worry about. :)
By the way, I think we should start using the Issue Tracker on Google
Code for at least some stuff. We're about at the size where it's hard
to keep track of things purely by email.
As James pointed out to me earlier, the change in the unicode branch
didn't actually work. Now that I've actually tested committing a change
with Unicode text, I've tracked down the simple problem. The working
change is committed in the urls branch, which should be merged into the
master branch sometime this week.