* bump version 2.0.9

* convert to UTF-8 for any non-empty codepage: fix buffer string
  conversion
This commit is contained in:
Mario Fink 2023-07-06 00:12:14 +02:00
parent 06c5710412
commit 724f3d0bb9
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}
};

View File

@ -1 +1 @@
2.0.8
2.0.9