* bump version 2.0.9
* convert to UTF-8 for any non-empty codepage: fix buffer string conversion
This commit is contained in:
parent
06c5710412
commit
724f3d0bb9
@ -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;
|
astring = outstring;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -1 +1 @@
|
|||||||
2.0.8
|
2.0.9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user