mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Merge branch 'master' of https://github.com/aothms/IfcOpenShell
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;
|
||||
|
||||
@@ -364,4 +364,4 @@ IfcCharacterEncoder::operator std::string() {
|
||||
#ifdef HAVE_ICU
|
||||
UErrorCode IfcCharacterEncoder::status = U_ZERO_ERROR;
|
||||
UConverter* IfcCharacterEncoder::converter = 0;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user