chiark / gitweb /
Fixed #198 - This was a tricky one, because the project planner added an override...
authordaid <daid303@gmail.com>
Thu, 30 Aug 2012 16:03:42 +0000 (18:03 +0200)
committerdaid <daid303@gmail.com>
Thu, 30 Aug 2012 16:03:42 +0000 (18:03 +0200)
commit06cc746378fa2d51fd7a2717c67c0c15ccf737b2
tree2d97455bc9a58f544146a679fe8b936fc9f1355c
parentc18fb0df4cf98f03c2e55ba7af266519c8375d30
Fixed #198 - This was a tricky one, because the project planner added an override in unicode, the start code was converted from utf-8 to unicode, and thus the getGlobalProfileString tried to store an unicode string, while it is designed to encode utf-8 encoded strings. Python3 should catch these issues better, but there is no wxPython for python3 yet.
Cura/util/profile.py