1
Feature requests / Alternatives
« on: June 09, 2008, 04:19:38 pm »
After thinking a bit about it, there would be 2 satisfying alternative solutions:
1) add a void String::SetText(const std::string& Text, const std::locale& Locale) method
2) make std::wstring myText protected instead of private, and thus solvable through inheritance
What about that? would that be admisible for you? I just don't want to cut&paste sf::String into my app just to be able to add that functionality.
Any other ideas?
Greetings,
Miry
1) add a void String::SetText(const std::string& Text, const std::locale& Locale) method
2) make std::wstring myText protected instead of private, and thus solvable through inheritance
What about that? would that be admisible for you? I just don't want to cut&paste sf::String into my app just to be able to add that functionality.
Any other ideas?
Greetings,
Miry