all builds are now with wxWidgets-2.9.0, we are now using UTF-8,

added support for language translation file locale/<lang>/LC_MESSAGES/bitcoin.mo 
-- version 0.2.2

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@66 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
s_nakamoto
2010-02-17 17:22:01 +00:00
parent 2b63e68bbf
commit e480659765
16 changed files with 281 additions and 462 deletions

9
util.h
View File

@@ -340,10 +340,11 @@ void skipspaces(T& it)
++it;
}
inline const char* wxGetTranslation(const char* psz)
{
// Return translated UTF-8 const char*
return wxGetTranslation(wxString(psz, wxConvUTF8)).utf8_str();
}