改中文字符为八进制表示的UTF-8

This commit is contained in:
gb 2022-08-01 18:11:05 +08:00
parent 1a435da366
commit 46f4009bfc
1 changed files with 2 additions and 2 deletions

View File

@ -144,8 +144,8 @@ hg_scanner::~hg_scanner()
thread_img_handle_->join(); thread_img_handle_->join();
delete custom_gamma_val_; delete custom_gamma_val_;
name_.insert(0, "\350\256\276\345\244\207"); name_.insert(0, "\350\256\276\345\244\207\342\200\234");
name_ += "\345\267\262\347\273\217\345\205\263\351\227\255\343\200\202"; name_ += "\342\200\235\345\267\262\347\273\217\345\205\263\351\227\255\343\200\202";
notify_ui_working_status(name_.c_str(), SANE_EVENT_SCANNER_CLOSED); notify_ui_working_status(name_.c_str(), SANE_EVENT_SCANNER_CLOSED);
VLOG_MINI_2(LOG_LEVEL_DEBUG_INFO, "%s(%s) destroyed.\n", name_.c_str(), hg_log::format_ptr(this).c_str()); VLOG_MINI_2(LOG_LEVEL_DEBUG_INFO, "%s(%s) destroyed.\n", name_.c_str(), hg_log::format_ptr(this).c_str());
} }