mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-12 19:18:04 -04:00
QString::toStdString() is not aware of locale specific characters (it just converts to ASCII). Therefore added new macro QSTR_TO_STDSTR which converts a QString to std::string with UTF8 characters. Use this new macro in LMMS VST Support Layer and ZynAddSubFX plugin. This fixes for example VST plugins not being loaded when the path to the DLL contains non-ASCII (e.g. cyrillic) characters. Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
9.2 KiB
9.2 KiB