On Thursday 03 September 2009 15:12:42 Jay Berkenbilt wrote: > Daniel Schepler <[email protected]> wrote: > > /tmp/buildd/icu-4.2.1/source/common/unicode/ubidi.h:795: Error: > > Unexpected character `"' > > /tmp/buildd/icu-4.2.1/source/common/unicode/ubrk.h:78: Error: Unexpected > > character `"' . . . > > Are we sure this is an ICU problem and not a doxygen problem? At a > glance, I don't see how the "'s that appear in the doxygen comments are > problematic. I'm going to look into it a bit more, but as doxygen 1.6.1 > is on day 8 of 10, I need to decide fast whether to reassign the box to > doxygen.
I'm not sure. The errors I looked at were with lines something like: \\" => U0022 If you replace that with \\\" and escape the other quotes similarly, does that fix the errors? (I don't know much about doxygen myself, so that's just a blind guess.) -- Daniel Schepler -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

