2
0
forked from Ivasoft/DSView

fix: support unicode channel name

This commit is contained in:
dreamsourcelabTAI
2022-08-19 19:46:39 +08:00
parent ef4132e2a7
commit dcb195404d
3 changed files with 18 additions and 3 deletions

View File

@@ -34,6 +34,7 @@
#include "config/appconfig.h"
#include "log.h"
#include "utility/path.h"
#include "utility/encoding.h"
AppControl::AppControl()
{
@@ -70,6 +71,8 @@ void AppControl::Destroy(){
bool AppControl::Init()
{
pv::encoding::init();
sr_log_set_context(dsv_log_context());
srd_log_set_context(dsv_log_context());