Heeks / heekscad

Computer-Aided Design application based on OCE

Home Page:https://sites.google.com/site/heekscad/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DXF: encoding issue with layer name

GoogleCodeExporter opened this issue · comments

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:

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

  • Added labels: Priority-Mediu
  • Removed labels: Priority-Medium
Blocks are affected too.
See attached file.

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

  • Added labels: Priority-Medium
  • Removed labels: Priority-Mediu

Attachments:

This issue was closed by revision r1690.

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

  • Changed state: Fixed