FreeCAD: master 3dc0f770

Author Committer Branch Timestamp Parent
Patola Yorik van Havre master 2018-02-25 14:57:43 master 0038120c
Changeset Better handle non-ascii characters

This prevents the following error when using fcinfo as diff driver for WebTools Git:
(...)
  File "/usr/local/bin/fcinfo", line 89, in startElement
    print (" " + key + " : " + val)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 17: ordinal not in range(128)
fatal: unable to read files to diff
mod - src/Tools/fcinfo Diff File