mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 14:22:33 +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;
|
UChar32 ch;
|
||||||
|
|
||||||
const char* source = str.c_str();
|
const char* source = str.c_str();
|
||||||
const char* limit = &*str.end();
|
const char* limit = source + str.size();
|
||||||
|
|
||||||
bool in_extended = false;
|
bool in_extended = false;
|
||||||
|
|
||||||
@@ -364,4 +364,4 @@ IfcCharacterEncoder::operator std::string() {
|
|||||||
#ifdef HAVE_ICU
|
#ifdef HAVE_ICU
|
||||||
UErrorCode IfcCharacterEncoder::status = U_ZERO_ERROR;
|
UErrorCode IfcCharacterEncoder::status = U_ZERO_ERROR;
|
||||||
UConverter* IfcCharacterEncoder::converter = 0;
|
UConverter* IfcCharacterEncoder::converter = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user