первый
This commit is contained in:
11
lib/ascii.h
Normal file
11
lib/ascii.h
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
std::wstring fromKAZASCII(const std::string str);
|
||||
std::string toKAZASCII(const std::wstring str);
|
||||
|
||||
//http://www.programva.com/ru/html-kody-tablicy-simvoly-kodirovka/CP866
|
||||
//http://www.celitel.info/klad/tabsim.htm
|
||||
std::string fromDOStoASCII(const std::string str); //<2F><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
std::string fromASCIItoDOS(const std::string str); //<2F><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
|
||||
Reference in New Issue
Block a user