Corrections and documentation on String
commit748d2a029c0617dc2827a957676fe52dd506b11c
authorFrank Erens <seysayux@users.sourceforge.net>
Sat, 12 Sep 2009 09:55:16 +0000 (12 11:55 +0200)
committerFrank Erens <seysayux@users.sourceforge.net>
Sat, 12 Sep 2009 09:55:16 +0000 (12 11:55 +0200)
tree1e124e7d302b0e39329e2f7d70dcbbc681cb56d9
parent6b6d8f5d3f24653a8326c6f308a8e652bc008fbd
Corrections and documentation on String

* Removed "made-by" comment that shouldn't be there according to the coding
  style guidelines
* Removed unused includes
* toUpper() and toLower() now uses contextual case changing instead of
  changing each character individually
* Floating point conversions now check for a lot more things (from and to)
* String::String(const char) replaced by String::String(const uchar)
* String::utf16() now correctly returns a copy of the string data
* String::merge(String) now correctly merges all instances of a String
src/Sylph/Core/String.cpp
src/Sylph/Core/String.h