From 438c1add9de7aff5968add3b9e02fac30a62e74a Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Mon, 8 Jan 2007 04:31:44 +0000 Subject: Convert log messages sent to stdout to the current locale's charset. git-svn-id: https://svn.musicpd.org/mpd/trunk@5227 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/localization.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/localization.h') diff --git a/src/localization.h b/src/localization.h index b70692358..75a0b0b68 100644 --- a/src/localization.h +++ b/src/localization.h @@ -16,6 +16,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +char *utf8ToLocaleCharset(char *str); + void setLocaleCharset(char *charset); char *getLocaleCharset(void); -- cgit v1.2.3