summaryrefslogtreecommitdiff
path: root/plugins/profiler
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/profiler')
-rw-r--r--plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp
index 6820481..327d16a 100644
--- a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp
+++ b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp
@@ -138,6 +138,10 @@ public:
::cConfig<ChannelTitle> channelTitleConfig;
+ cCharSetConv conv;
+#define TO_UTF8(from, to, length) \
+ char to[length]; conv.Convert(from, to, length);
+
private:
#if VDRVERSNUM > 10704