#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) |
|
|
|
|
|
|