View Issue Details

IDProjectCategoryView StatusLast Update
0003629FEMBugpublic2018-10-11 10:40
Reporterberndhahnebach Assigned Toberndhahnebach  
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.18 
Target Version0.18Fixed in Version0.18 
Summary0003629: FEM, input file is not written if the FreeCAD document name has none standard letters
Descriptionhttps://forum.freecadweb.org/viewtopic.php?f=18&p=261414#p261414

 File "C:\0_BHA_privat\progr\FreeCAD_0.18.xxxxx_x64_dev_win\Mod\Fem\femsolver\calculix\writer.py", line 1096, in write_footer
    f.write('**   file name     --> ' + os.path.basename(FreeCAD.ActiveDocument.FileName) + '\n')
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0142' in position 28: ordinal not in range(128)

TagsNo tags attached.
FreeCAD Information

Issue History

Date Modified Username Field Change
2018-10-10 11:35 berndhahnebach New Issue
2018-10-10 11:35 berndhahnebach Status new => assigned
2018-10-10 11:35 berndhahnebach Assigned To => berndhahnebach
2018-10-11 10:40 wmayer Status assigned => closed
2018-10-11 10:40 wmayer Resolution open => fixed
2018-10-11 10:40 wmayer Fixed in Version => 0.18
2018-10-11 10:40 wmayer Note Added: 0012002