Commit 1032d829 authored by Antoine Cellerier's avatar Antoine Cellerier

Add comment to make sure people don't mess up.

parent eaffe5c6
...@@ -243,6 +243,7 @@ static struct xml_entity_s ...@@ -243,6 +243,7 @@ static struct xml_entity_s
size_t i_length; size_t i_length;
const char *psz_char; const char *psz_char;
} p_xml_entities[] = { } p_xml_entities[] = {
/* Important: this list has to be in alphabetical order (psz_entity-wise) */
{ "Æ", 7, "Æ" }, { "Æ", 7, "Æ" },
{ "Á", 8, "Á" }, { "Á", 8, "Á" },
{ "Â", 7, "Â" }, { "Â", 7, "Â" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment