[PVR][Estuary] Timer settings dialog: Show client name in timer type selection dialog...
[xbmc.git] / xbmc / utils / HTMLUtil.h
blob5295a9c2eaab40b2da36ca264b78f9844497082d
1 /*
2 * Copyright (C) 2005-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #pragma once
11 #include <string>
13 namespace HTML
15 class CHTMLUtil
17 public:
18 CHTMLUtil(void);
19 virtual ~CHTMLUtil(void);
20 static void RemoveTags(std::string& strHTML);
21 static void ConvertHTMLToW(const std::wstring& strHTML, std::wstring& strStripped);