diff options
author | methodus <methodus@web.de> | 2012-12-31 13:45:07 +0100 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-12-31 13:45:07 +0100 |
commit | 624049b01b7eacfef9fd7e4a6e73f4ffa1cc36a6 (patch) | |
tree | 4ca51504fd616929e5ebd113966190b8bdab4813 /include | |
parent | 0deeeb8116285491ecef1e52c23f7851383f8c86 (diff) | |
download | vdr-plugin-upnp-624049b01b7eacfef9fd7e4a6e73f4ffa1cc36a6.tar.gz vdr-plugin-upnp-624049b01b7eacfef9fd7e4a6e73f4ffa1cc36a6.tar.bz2 |
Fixed string encoding issue
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |