mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Fixed a bug writing IFC files using ICU
This commit is contained in:
@@ -327,7 +327,7 @@ IfcCharacterEncoder::operator std::string() {
|
||||
UChar32 ch;
|
||||
|
||||
const char* source = str.c_str();
|
||||
const char* limit = &*str.end();
|
||||
const char* limit = source + str.size();
|
||||
|
||||
bool in_extended = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user