File indexing completed on 2024-12-15 04:13:43
0001 /* 0002 Kchmviewer - a CHM and EPUB file viewer with broad language support 0003 SPDX-FileCopyrightText: 2004-2014 George Yunaev gyunaev@ulduzsoft.com 0004 0005 SPDX-License-Identifier: GPL-3.0-or-later 0006 */ 0007 0008 #ifndef EBOOK_CHM_ENCODING_H 0009 #define EBOOK_CHM_ENCODING_H 0010 0011 #include <QString> 0012 0013 class Ebook_CHM_Encoding 0014 { 0015 public: 0016 static QString guessByLCID(unsigned short lcid); 0017 }; 0018 0019 #endif // EBOOK_CHM_ENCODING_H