stk-code_catmod/src/race
hikerstk afeb1c95aa Bugfix: GP names were converted twice: once from the lisp reader, then again here.
Translating the name twice can result in a crash, since the gettext expects utf-8 (or
latin?) as input, but gets utf-16 in wchar, which later results in iconv not being able
to convert the utf-16 (which is supposed to be utf-8 which gettext returns if it can
translate things).



git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4418 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2010-01-09 14:13:53 +00:00
..
grand_prix_data.cpp Bugfix: GP names were converted twice: once from the lisp reader, then again here. 2010-01-09 14:13:53 +00:00
grand_prix_data.hpp Massive conversion from std::string to stringw for all strings that need to be translated. Currently, translation is broken (strings i try to transalte appear as junk) -- since irrlicht GUI widgets all use wchar_t, using std::string in UTF-8 just didn't make it 2009-08-30 18:21:59 +00:00
grand_prix_manager.cpp Cleaned up StringUtils: used 'better' names (e.g. getPath() 2009-08-24 05:56:53 +00:00
grand_prix_manager.hpp Replaced all remaining HEADER_.*_H with HEADER_.*_HPP . 2009-06-03 02:17:43 +00:00
highscore_manager.cpp Run expand -t4 to convert tabs to spaces. No other whitespace fixes, but 2009-12-18 00:36:35 +00:00
highscore_manager.hpp Moved race related files into new subdir 'race'. 2009-06-03 01:36:48 +00:00
highscores.cpp Moved race related files into new subdir 'race'. 2009-06-03 01:36:48 +00:00
highscores.hpp Moved race related files into new subdir 'race'. 2009-06-03 01:36:48 +00:00
history.cpp Moved race related files into new subdir 'race'. 2009-06-03 01:36:48 +00:00
history.hpp Moved race related files into new subdir 'race'. 2009-06-03 01:36:48 +00:00
race_manager.cpp Fixed a lot of translation crap related to XML, hacky challenge files, no GUI, etc... 2009-12-22 21:57:15 +00:00
race_manager.hpp Fixed a lot of translation crap related to XML, hacky challenge files, no GUI, etc... 2009-12-22 21:57:15 +00:00