Actions
Bug #5894
closedUnicode support broken in Wt::WString
Status:
Closed
Priority:
High
Assignee:
-
Target version:
-
Start date:
08/24/2017
Due date:
% Done:
0%
Estimated time:
Description
Using the constructor "WString(const std::wstring& value)" messes up the resulting WString if "value" contains surrogate pairs.
Using the "value()" method from "WString" results in a messed up string if the resulting string should contain surrogate pairs.
Actions