charset.h File Reference

#include <gtk/gtk.h>
#include <locale.h>
#include <libintl.h>

Include dependency graph for charset.h:

Go to the source code of this file.

Defines

#define _(String)   g_locale_to_utf8(gettext(String), -1, NULL, NULL, NULL)
#define N_(String)   g_locale_to_utf8(gettext(String), -1, NULL, NULL, NULL)
#define __(String)   (String)


Detailed Description


Define Documentation

#define _ String   )     g_locale_to_utf8(gettext(String), -1, NULL, NULL, NULL)
 

#define __ String   )     (String)
 

#define N_ String   )     g_locale_to_utf8(gettext(String), -1, NULL, NULL, NULL)
 


Generated on Wed Nov 30 21:04:23 2005 for RFC Reader by  doxygen 1.4.5