From 4ae62cfafb294c39820208763d396f5e9f2c45c4 Mon Sep 17 00:00:00 2001 From: Giovanni Maruzzelli Date: Fri, 20 Apr 2012 09:43:25 +0200 Subject: [PATCH] gsmopen: cosmetics --- src/mod/endpoints/mod_gsmopen/mod_gsmopen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_gsmopen/mod_gsmopen.cpp b/src/mod/endpoints/mod_gsmopen/mod_gsmopen.cpp index 77c0ef0d37..1bb4e36faa 100644 --- a/src/mod/endpoints/mod_gsmopen/mod_gsmopen.cpp +++ b/src/mod/endpoints/mod_gsmopen/mod_gsmopen.cpp @@ -1118,7 +1118,7 @@ static switch_status_t load_config(int reload_type) DEBUGA_GSMOPEN("Windows CODEPAGE Output =%d\n", GSMOPEN_P_LOG, GetConsoleOutputCP()); SetConsoleOutputCP(65001); DEBUGA_GSMOPEN("Windows CODEPAGE Output =%d\n", GSMOPEN_P_LOG, GetConsoleOutputCP()); - //let's hope to have utf8 in console now, you need to use Lucida Console charset for the command prompt to show unicode + //let's hope to have unicode in console now. You need to use Lucida Console or, much better, Courier New font for the command prompt to show unicode #endif// WIN32 NOTICA("GSMOPEN Charset Output Test 0 %s\n", GSMOPEN_P_LOG, "èéòàù"); NOTICA("GSMOPEN Charset Output Test 1 %s\n", GSMOPEN_P_LOG, "ç°§^£");