Page 1 of 1

Special ASCII character not supported

Posted: Mon Oct 31 2016 5:28 pm
by cosborn
Special ASCII Character is not supported, shows up as "< ���0.2%" when it should appear as "< ±0.2%".

Code: Select all

        <CAPTION>
            Table for fosc vs Baud Rate with < ±0.2% Error, sampling 16x per bit.
        </CAPTION>
DoxyPress Version: 1.2.4

Re: Special ASCII character not supported

Posted: Tue Nov 01 2016 8:44 am
by marlowa
I would be very suprised to see that work. Even with UTF8 it will not work unless the doxypress web pages are for HTML 5. The escape sequence &plusmn; for the plus-or-minus symbol should work everywhere.

Re: Special ASCII character not supported

Posted: Sat Nov 12 2016 4:33 am
by ansel
I'd like to confirm what encoding your input files are in, and what encoding your browser has detected for the HTML output. We strive to support UTF-8 on input and output however there may still be some code that is not unicode aware.

Andrew is correct that the &plusmn; HTML entity is more widely supported and will also work on all backends, even ones which do not support UTF-8 encoding.