]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/configuration/rpcconfig/utils.h
Добавление исходников
[stg.git] / projects / stargazer / plugins / configuration / rpcconfig / utils.h
1 #ifndef __UTILS_H__
2 #define __UTILS_H__
3
4 #include <string>
5
6 std::string IconvString(const std::string & src,
7                         const std::string & from = "UTF-8",
8                         const std::string & to = "KOI8-R");
9
10 #endif