Unicode characters in header files

Minor issues with the Ogre API that can be trivial to fix
dermont
Bugbear
Posts: 812
Joined: Thu Dec 09, 2004 2:51 am
x 42

Unicode characters in header files

Post by dermont »

Are there any set rules for Ogre regarding non-ascii characters in source code headers.

For example the unicode degree sign in OgreDualQuaternion.h and OgreQuaternion.h causes problems generating doctrings in py++.

Code: Select all

/// Default constructor, initializes to identity rotation (aka 0°), and zero translation (0,0,0)
I could look at a workaround in py++ but it would be easier if the unicode character was replaced in the header files.

Thanks.