FS#70 - Add support for unicode strings in sf::Packet

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1287 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2009-11-26 08:26:01 +00:00
parent 78247bd386
commit ae57e56a98
3 changed files with 44 additions and 5 deletions

View file

@ -145,7 +145,6 @@ int main()
text.SetPosition(250.f, 450.f);
text.SetColor(sf::Color(255, 255, 255, 170));
window.Draw(text);
std::wstring s = text.GetString();
// Finally, display the rendered frame on screen
window.Display();