#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <locale.h>
#include "rsvg.h"
#include "rsvg-cairo.h"
display_error (GError * err)
{
if (err) {
g_print ("%s", err->message);
g_print ("%s\n", err->message);
g_error_free (err);
}
{NULL}
};
/* Set the locale so that UTF-8 filenames work */
setlocale(LC_ALL, "");
g_thread_init(NULL);
g_option_context = g_option_context_new (_("- SVG Converter"));