morrissowards / heekscad

Automatically exported from code.google.com/p/heekscad
Other
0 stars 0 forks source link

DXF: encoding issue with layer name #398

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Draw a DXF, using any software you wants, that contains some accent in layer 
(ie. layer_éçà)
2. Open a new heeks file
3. Import this DXF

What is the expected output?
See the layer name in HeeksCAD (ie. layer_éçà)

What do you see instead?
The layer name with letters code instead of accents. (ie. 
layer_\U+00e9\U+00e7\U+00e0)

Original issue reported on code.google.com by neomil...@gmail.com on 9 Mar 2015 at 3:53

Attachments:

GoogleCodeExporter commented 8 years ago
DXF encodes text with extended symbols using a special escape sequence: \U+xxxx 
where xxxx is the hexadecimal value of unicode char.

Original comment by neomil...@gmail.com on 10 Mar 2015 at 10:24

GoogleCodeExporter commented 8 years ago
Blocks are affected too.
See attached file.

Original comment by neomil...@gmail.com on 10 Mar 2015 at 10:25

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1690.

Original comment by neomil...@gmail.com on 10 Mar 2015 at 10:34