diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-01-17 16:09:31 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-02-17 15:51:47 +0100 |
commit | 66a0c15aea3a37967310abfd3b34629808d02f84 (patch) | |
tree | e7b618a3c935bf0949e3c90c6e1bda8d5a2f77f8 /tools.h | |
parent | 8db88c2556dd261fa970ea0c56670db4a3235cf9 (diff) | |
download | vdr-plugin-tvguide-66a0c15aea3a37967310abfd3b34629808d02f84.tar.gz vdr-plugin-tvguide-66a0c15aea3a37967310abfd3b34629808d02f84.tar.bz2 |
Final fix for utf8 CutText
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ cPlugin *GetScraperPlugin(void); +std::string utf8_substr(const std::string& str, unsigned int start=0, long unsigned int leng=std::string::npos); std::string CutText(std::string text, int width, const cFont *font); std::string StrToLowerCase(std::string str); std::string GetDirectoryFromTimer(std::string file); |