#ifndef GUI_RECODE_H
#define GUI_RECODE_H
int maybe_recode_file (const char *fname);
gchar *my_filename_from_utf8 (char *fname);
gchar *my_locale_from_utf8 (const gchar *src);
gchar *force_locale_from_utf8 (const gchar *src);
gchar *my_filename_to_utf8 (char *fname);
gchar *my_locale_to_utf8 (const gchar *src);
gchar *my_locale_to_utf8_next (const gchar *src);
gchar *gp_locale_to_utf8 (const gchar *src);
gchar *gp_locale_to_utf8_next (const gchar *src);
gchar *gp_locale_from_utf8 (const gchar *src);
gchar *latin1_to_utf8 (const gchar *src);
gchar *latin2_to_utf8 (const gchar *src);
int html_encoded (const char *s);
#endif
syntax highlighted by Code2HTML, v. 0.9.1