Closed MrNen closed 1 year ago
Almost certainly it would be more optimal to work with wstring everywhere. Far more of Freelancer's internal functions work with wstring which will cut down on our total count of conversions
We have decided to full convert to wstring and is now finished.
We end up doing a lot of conversion from wstring to string, and it causes a lot of reuse of stows and wstos, and ends up with a bunch of reused code.
We could handle this by making the underlying pub and HK functions handle conversions and take strings, or just remove any reference of string and have the entire codebase exclusively use wstrings.