jessevdk / cldoc

clang based documentation generator for C and C++
GNU General Public License v2.0
553 stars 59 forks source link

utf8 support for © #72

Closed jeaye closed 9 years ago

jeaye commented 9 years ago

If I have a © in my file, I get: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 11: ordinal not in range(128) and cldoc fails.