Files
yabridge/src/common/serialization
Robbert van der Helm 391206eea8 Work around incorrect wchar_t text serialization
`std::char_traits<wchar_t>::length()` would return the wrong length for
a wide string under Wine, and thus also for `String128`. This would
cause parts of the strings to get cut off. As a workaround we'll just
serialize the entire container including all null bytes at the end.
2021-02-02 15:43:53 +01:00
..
2021-01-01 18:54:02 +01:00
2021-01-01 18:54:02 +01:00
2021-01-17 14:17:46 +01:00