Skip to content

Add a generic C++ convertion on string/wstring.

Julien Wadel requested to merge fix/win_crash_search into release/5.1

Fix crash when convertion couldn't be done (exception was sent by wstring_convert).

https://stackoverflow.com/questions/36897781/how-to-uppercase-lowercase-utf-8-characters-in-c

Edited by Julien Wadel

Merge request reports