Added support of character entities.
[smdp.git] / src / main.c
index 39b6cd5..19e7687 100644 (file)
@@ -98,6 +98,9 @@ int main(int argc, char *argv[]) {
     // setup list string
     setup_list_strings();
 
+    // setup character entities
+    setup_character_entities();
+
     // open file or set input to STDIN
     char *file = NULL;
     FILE *input;