Fix first letter not capitalized in Polish

This commit is contained in:
pswid
2023-01-18 21:43:29 +01:00
parent 4f05ddab93
commit 7e174a1b7d
3 changed files with 38 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ class Helpers {
static std::string toLower(std::string const & s);
static std::string toUpper(std::string const & s);
static std::string toLower(const char * s);
static void CharToUpperUTF8(char * c);
static void replace_char(char * str, char find, char replace);