Added support of character entities.
[smdp.git] / src / main.c
index 3165a00..19e7687 100644 (file)
@@ -95,6 +95,12 @@ int main(int argc, char *argv[]) {
     // UTF-8 characters if the system supports it
     setlocale(LC_CTYPE, "");
 
+    // setup list string
+    setup_list_strings();
+
+    // setup character entities
+    setup_character_entities();
+
     // open file or set input to STDIN
     char *file = NULL;
     FILE *input;