16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 11:39:19 +02:00

launcher link start fix, assume scn files in win1250

This commit is contained in:
milek7
2019-09-01 17:41:23 +02:00
parent c4d43f5a0a
commit f7ac7cc581
4 changed files with 30 additions and 10 deletions

View File

@@ -149,6 +149,8 @@ void win1250_to_ascii( std::string &Input );
// TODO: unify with win1250_to_ascii()
std::string Bezogonkow( std::string Input, bool const Underscorestospaces = false );
std::string win1250_to_utf8(const std::string &input);
inline
std::string
extract_value( std::string const &Key, std::string const &Input ) {