Skip to content

Quickfix on utf8 path

Julien Wadel requested to merge fix/utf8_uwp_path into release/4.4

Usual Linphone DB connections take a Locale string.getPath should return a locale string as there is no constraint about it. A special case is for CorePrivate::init in core.cpp where we call directly mainDb->connect that take a UTF8 string.

liblinphone!1010

Merge request reports