SFML community forums

Help => Graphics => Topic started by: Ankou on February 04, 2009, 04:38:19 pm

Title: locale error by using sf::STring
Post by: Ankou on February 04, 2009, 04:38:19 pm
hi,
When I use sf::String in my program (just sf::String test("hi")), I get the following error:
Code: [Select]

locale::facet::_S_create_c_locale name not valid - terminating...

what does this mean and is there a way for me to fix this?
Title: locale error by using sf::STring
Post by: Laurent on February 04, 2009, 04:41:02 pm
This is fixed in the current revision on SVN.
Title: locale error by using sf::STring
Post by: Ankou on February 04, 2009, 04:58:21 pm
okay, with the svn version it works fine.