summaryrefslogtreecommitdiffstats
path: root/addon/doxmlparser/src
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-05-11 12:01:49 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-05-11 12:01:49 (GMT)
commit6d20ed0590618b387d4cf6170b1339bf164ce9e3 (patch)
treea50fcda3b8139003c928584633f1b3cb3303627c /addon/doxmlparser/src
parentad9af447d77c2899c484ab9ab776667f083db64b (diff)
downloadDoxygen-6d20ed0590618b387d4cf6170b1339bf164ce9e3.zip
Doxygen-6d20ed0590618b387d4cf6170b1339bf164ce9e3.tar.gz
Doxygen-6d20ed0590618b387d4cf6170b1339bf164ce9e3.tar.bz2
Special handling of the UTF8 nbsp sequence
The UTF8 nbsp sequence 0xc2 0xa0 is not seen as a whitespace sequence and not handled properly. This can lead to: ``` warning: found </c> tag without matching <c> ``` when we have e.g. ```e.g. `linux`<br>``` where the space between the `.` and the backtick is actually the UTF8 nbsp sequence Replacing the the UTF8 nbsp sequence with the `&nbsp;` sequence.
Diffstat (limited to 'addon/doxmlparser/src')
0 files changed, 0 insertions, 0 deletions