From ef3976a6cb843f51333ea43172306a9c8f4954ef Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Tue, 7 Apr 2020 02:21:44 +0200 Subject: Added controlled conversions to char* instead of automatic ascii conversions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/note.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/note.cpp') diff --git a/src/note.cpp b/src/note.cpp index 6486de3..09eb274 100644 --- a/src/note.cpp +++ b/src/note.cpp @@ -2582,7 +2582,7 @@ void Note::debug() else if (isGroup()) std::cout << ": Group"; else - std::cout << ": Content[" << content()->lowerTypeName() << "]: " << toText(""); + std::cout << ": Content[" << content()->lowerTypeName().local8Bit() << "]: " << toText("").local8Bit(); std::cout << std::endl; } -- cgit v1.2.3