From 624049b01b7eacfef9fd7e4a6e73f4ffa1cc36a6 Mon Sep 17 00:00:00 2001 From: methodus Date: Mon, 31 Dec 2012 13:45:07 +0100 Subject: Fixed string encoding issue --- include/tools/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/tools/string.h b/include/tools/string.h index 8d54706..6bc00a4 100644 --- a/include/tools/string.h +++ b/include/tools/string.h @@ -17,6 +17,7 @@ namespace upnp { namespace tools { +string ToUTF8String(const char* bytes); string ToString(long number); string StringListToCSV(StringList list); string IdListToCSV(IdList list); -- cgit v1.2.3