diff src/gaim.h @ 3642:5e50f6746509

[gaim-migrate @ 3766] (10:16:03) deryni: we're fully 'compliant'? (sorry if that betrays some underlying stupidity) (10:16:55) Paco-Paco: yes (10:17:24) Paco-Paco: provided the user has the font, on any of the services supporting unicode we should support every known language in the world :-) (10:17:36) Paco-Paco: well, as soon as we have a proper utf-8 input widget committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 11 Oct 2002 14:19:24 +0000
parents 9682c0e022c6
children f09193608fd3
line wrap: on
line diff
--- a/src/gaim.h	Fri Oct 11 12:24:25 2002 +0000
+++ b/src/gaim.h	Fri Oct 11 14:19:24 2002 +0000
@@ -468,14 +468,6 @@
 extern char *convert_string(char *, const char *, const char *);
 extern const char *handle_uri(char *);
 
-#ifdef HAVE_LANGINFO_CODESET
-#define utf8_to_str(in) convert_string(in, nl_langinfo(CODESET), "UTF-8")
-#define str_to_utf8(in) convert_string(in, "UTF-8", nl_langinfo(CODESET))
-#else
-#define utf8_to_str(in) convert_string(in, "ISO-8859-1", "UTF-8")
-#define str_to_utf8(in) convert_string(in, "UTF-8", "ISO-8859-1")
-#endif
-
 /*------------------------------------------------------------------------*/
 /*  Multi-Entry dialog and vCard dialog support                           */
 /*------------------------------------------------------------------------*/