set the message encoding for the plug-in textdomain.
2001-08-30 Sven Neumann <sven@gimp.org> * app/plug-in.c: set the message encoding for the plug-in textdomain.
This commit is contained in:
parent
12f7df64cf
commit
d831931bb5
21 changed files with 44 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2001-08-30 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/plug-in.c: set the message encoding for the plug-in textdomain.
|
||||
|
||||
2001-08-30 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* configure.in: check for bind_textdomain_codeset, use standard
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2581,6 +2581,7 @@ plug_in_make_menu (void)
|
|||
|
||||
#ifdef ENABLE_NLS
|
||||
bindtextdomain (std_plugins_domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (std_plugins_domain, "UTF-8");
|
||||
domains = g_slist_append (domains, std_plugins_domain);
|
||||
#endif
|
||||
|
||||
|
|
@ -2622,6 +2623,7 @@ plug_in_make_menu (void)
|
|||
bindtextdomain (domain, plug_in_def->locale_path);
|
||||
else
|
||||
bindtextdomain (domain, LOCALEDIR);
|
||||
bind_textdomain_codeset (domain, "UTF-8");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue