update funasr-wss-client

This commit is contained in:
雾聪 2023-12-15 17:02:32 +08:00
parent 3c2d793370
commit c7cde30ab1
2 changed files with 6 additions and 1 deletions

View File

@ -474,6 +474,9 @@ class WebsocketClient {
};
int main(int argc, char* argv[]) {
#ifdef _WIN32
SetConsoleOutputCP(65001);
#endif
google::InitGoogleLogging(argv[0]);
FLAGS_logtostderr = true;

View File

@ -341,7 +341,9 @@ class WebsocketClient {
};
int main(int argc, char* argv[]) {
#ifdef _WIN32
SetConsoleOutputCP(65001);
#endif
google::InitGoogleLogging(argv[0]);
FLAGS_logtostderr = true;