Skip to content

Commit 4b35fca

Browse files
committed
update WriterSTEP
1 parent 3fa8947 commit 4b35fca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IfcPlusPlus/src/ifcpp/writer/WriterSTEP.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ void WriterSTEP::writeModelToStream(std::stringstream& stream, shared_ptr<Buildi
8181
}
8282
}
8383
std::stringstream tmpStream;
84+
tmpStream.imbue(std::locale("C"));
8485
#ifdef EXTERNAL_WRITE_METHODS
8586
getStepLine(obj, tmpStream);
8687
#else

0 commit comments

Comments
 (0)