[Doxygen-users] Markdown with ISO-8859-1 rendering
Brought to you by:
dimitri
From: Carlos D. <car...@gm...> - 2018-05-16 17:59:51
|
Hi, I was documenting the main page of a C project in a dedicated .c file so to avoid this file to become huge i'm porting the pages into separated markdown files. My problem: I'm documenting the project in Spanish so i use a lot of accents on the vowels, to render the accents properly i had to set the INPUT_ENCODING option to ISO-8859-1, so far so good. Now when i separate the pages into markdown files the accents are not encoded properly, is this a known issue? am i missing something to enable the ISO-8859-1 rendering in the markdown files? Regards Doxygen used: 1.8.14 |