* bump version 2.0.9
* convert to UTF-8 for any non-empty codepage: fix buffer string conversion
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
@@ -1 +1 @@
|
||||
2.0.8
|
||||
2.0.9
|
||||
|
Reference in New Issue
Block a user