Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2013-01-05 | 1 | -9/+9 |
| | |||||
* | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 2013-01-05 | 1 | -9/+9 |
| | | | | | | | all strings with displayable content are now the wide strings for proper unicode handling added boost dependency for proper reading unicode from files | ||||
* | added string constructor and operator= to locale independent float class | Alexander Sulfrian | 2013-01-05 | 1 | -11/+19 |
| | |||||
* | added class for locale independent parsing of float | Alexander Sulfrian | 2013-01-05 | 1 | -0/+86 |
parsing of float with . or , independent of the current locale |