View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003588 | FreeCAD | Bug | public | 2018-09-09 17:49 | 2018-09-13 22:08 |
| Reporter | chrisb | Assigned To | wmayer | ||
| Priority | low | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.18 | ||||
| Fixed in Version | 0.18 | ||||
| Summary | 0003588: The path to the Addons does not allow special characters | ||||
| Description | If a user has a special character in his name problems occur (at least on windows) with addons. Corresponding forum discussion. | ||||
| Tags | unicode | ||||
| FreeCAD Information | |||||
|
|
See also: https://forum.freecadweb.org/viewtopic.php?f=3&t=29160 |
|
|
https://github.com/FreeCAD/FreeCAD/commit/02eb4a6fa38731e443861fd9ffe78dabf5f631b8 fixes the creation of invalid directory names |
|
|
https://github.com/FreeCAD/FreeCAD/commit/3386567d991f92eb660dd49330cb54e83ce5f102 fixes the init script where a utf-8 string (str) is used and thus led to some invalid path names. |
|
|
@wmayer is there a relationship with the following ticket? 0002973 0001672 and other tickets tagged: https://www.freecadweb.org/tracker/search.php?tag_string=unicode |
|
|
https://github.com/FreeCAD/FreeCAD/commit/70cf68ab3d5644a35b7064728204e9421a871551 It turned out to be a Py2 limitation which raises a UnicodeEncodeError when trying to extend system path with special characters. With Py3 all this seems to work fine. https://github.com/FreeCAD/FreeCAD/commit/62910898ddec24602ec5ddbe86fd20f646227dcf handles the UnicodeEncodeError and replaces the unsupported characters with "?" |
|
|
0002973 is definitely related while 0001672 seems to be something different. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-09-09 17:49 | chrisb | New Issue | |
| 2018-09-10 14:00 | wmayer | Note Added: 0011706 | |
| 2018-09-13 14:05 | wmayer | Note Added: 0011727 | |
| 2018-09-13 19:44 | wmayer | Note Added: 0011729 | |
| 2018-09-13 20:04 | Kunda1 | Note Added: 0011730 | |
| 2018-09-13 20:04 | Kunda1 | Tag Attached: unicode | |
| 2018-09-13 20:05 | Kunda1 | Note Edited: 0011730 | |
| 2018-09-13 22:05 | wmayer | Note Added: 0011732 | |
| 2018-09-13 22:07 | wmayer | Note Added: 0011733 | |
| 2018-09-13 22:08 | wmayer | Relationship added | related to 0002973 |
| 2018-09-13 22:08 | wmayer | Assigned To | => wmayer |
| 2018-09-13 22:08 | wmayer | Status | new => closed |
| 2018-09-13 22:08 | wmayer | Resolution | open => fixed |
| 2018-09-13 22:08 | wmayer | Fixed in Version | => 0.18 |
FreeCAD