initial restoration of support for encodings different than utf-8
This commit is contained in:
@@ -21,10 +21,13 @@
|
||||
#ifndef NCMPCPP_CHARSET_H
|
||||
#define NCMPCPP_CHARSET_H
|
||||
|
||||
#include <locale>
|
||||
#include <string>
|
||||
|
||||
namespace Charset {//
|
||||
|
||||
std::locale internalLocale();
|
||||
|
||||
std::string toUtf8From(std::string s, const char *charset);
|
||||
std::string fromUtf8To(std::string s, const char *charset);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user