Arch: fixed Label encoding in IFC export

This commit is contained in:
Yorik van Havre
2015-06-02 19:58:59 -03:00
parent 1808fd83ed
commit 0fec404c6d

View File

@@ -702,7 +702,7 @@ def export(exportList,filename):
for obj in objectslist:
# getting generic data
name = str(obj.Label)
name = str(obj.Label.encode("utf8"))
description = str(obj.Description) if hasattr(obj,"Description") else ""
# getting uid