Core/String: Replace Resize argument by flags, it is now capable of handling UTF-8 sequences
Former-commit-id: 472e3504de06166049fcf1b850c38e5646a2d872
This commit is contained in:
@@ -119,8 +119,8 @@ namespace Nz
|
||||
|
||||
void Reserve(std::size_t bufferSize);
|
||||
|
||||
String& Resize(std::intmax_t size, char character = ' ');
|
||||
String Resized(std::intmax_t size, char character = ' ') const;
|
||||
String& Resize(std::intmax_t size, UInt32 flags = None);
|
||||
String Resized(std::intmax_t size, UInt32 flags = None) const;
|
||||
|
||||
String& Reverse();
|
||||
String Reversed() const;
|
||||
|
||||
Reference in New Issue
Block a user