From 724f3d0bb9a1ad1614c95315a6fe1e0c54cc5770 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Thu, 6 Jul 2023 00:12:14 +0200 Subject: [PATCH] * bump version 2.0.9 * convert to UTF-8 for any non-empty codepage: fix buffer string conversion --- lib/imc_channel.hpp | 2 +- python/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/imc_channel.hpp b/lib/imc_channel.hpp index 656a6a5..3c72363 100644 --- a/lib/imc_channel.hpp +++ b/lib/imc_channel.hpp @@ -211,7 +211,7 @@ namespace imc } } - std::string outstring(out_buffer.begin(),out_buffer.end()); + std::string outstring(out_buffer.begin(),out_buffer.end()-outbytes); astring = outstring; } }; diff --git a/python/VERSION b/python/VERSION index 815e68d..09843e3 100644 --- a/python/VERSION +++ b/python/VERSION @@ -1 +1 @@ -2.0.8 +2.0.9