[C++-sig] docstrings not being interpreted with the correct encoding

2010-07-26 Thread Rosen Diankov
Hi all, I'm using epydoc to document the Boost.Python-built shared object. Everything has been going great except for one minor issue of epydoc (and probably other documentation tools) not being able to extract the correct docstring encoding (utf-8 in my case). Let A be a class and foo be its memb

Re: [C++-sig] docstrings not being interpreted with the correct encoding

2010-07-26 Thread Ralf W. Grosse-Kunstleve
I'd could review and check in patches for epydoc compatibility (based on the boost trunk). Ralf - Original Message From: Rosen Diankov To: cplusplus-sig@python.org Sent: Mon, July 26, 2010 12:57:09 PM Subject: [C++-sig] docstrings not being interpreted with the correct encoding Hi al