Remove deprecated bctbx_set_default_encoding

This commit is contained in:
Julien Wadel 2024-07-22 10:55:53 +02:00
parent 4fd3e61709
commit ea583b001a
3 changed files with 94 additions and 88 deletions

View file

@ -8,10 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Screen Sharing - Screen Sharing
## 5.2.5 - 2024-07-10 ## 5.2.6 - 2024-07-22
### Fixed ### Fixed
- Crash on Windows when using non-UTF8 characters in system username. - Crash on Windows when using non-UTF8 characters in system username.
- Update SDK to 5.3.72
## 5.2.5 - 2024-07-10
### Fixed
- Case sensitive issue with sip attributes on LDAP search. - Case sensitive issue with sip attributes on LDAP search.
- Update SDK to 5.3.68 - Update SDK to 5.3.68

View file

@ -303,7 +303,8 @@ App::App(int &argc, char *argv[])
// Use UTF-8 for internals. Linphone uses UTF-8 so there will be no loss on // Use UTF-8 for internals. Linphone uses UTF-8 so there will be no loss on
// data with less precise encodings. Qt will do the rest. // data with less precise encodings. Qt will do the rest.
bctbx_set_default_encoding(Constants::LinphoneLocaleEncoding); // bctbx_set_default_encoding(Constants::LinphoneLocaleEncoding);
setlocale(LC_CTYPE, ".UTF8");
createParser(); createParser();
mParser->parse(this->arguments()); mParser->parse(this->arguments());

@ -1 +1 @@
Subproject commit 8801d140665d5b5b01d1f825e6952d16170178d4 Subproject commit 865f9ecb1edeae93730c7d7a415812c4b1b7df51