Opened 7 years ago

Last modified 7 years ago

#7047 closed defect

DXF: Incorrect text escaping behaviour — at Initial Version

Reported by: Alan Thomas Owned by: warmerdam
Priority: normal Milestone:
Component: OGR_SF Version: svn-trunk
Severity: normal Keywords: dxf
Cc:

Description

The behaviour of AutoCAD is to apply %%d, %%c and %%p escapes in the text content of TEXT, MTEXT and DIMENSION objects only. Additionally, backslash escapes like \P and \~ only work on MTEXT objects. Layer names and the like do not honor any escapes

See the attached DXF file, screenshot and patch. ogrinfo currently issues the following output for this DXF file:

OGRFeature(Entities):0
  OGR_GEOMETRY (String) = POINT
  Layer (String) = MyLayer°∅
  SubClasses (String) = AcDbEntity:AcDbText:AcDbText
  EntityHandle (String) = EEEF0
  Text (String) = singleline%%D∅\\P\Pmore\~text
  Style = LABEL(f:"YourTextStyle°∅",t:"singleline%%D∅\\P\Pmore\~text",p:1,s:1g,c:#000000)
  POINT Z (0 0 0)

OGRFeature(Entities):1
  OGR_GEOMETRY (String) = POINT
  Layer (String) = MyLayer°∅
  SubClasses (String) = AcDbEntity:AcDbMText
  EntityHandle (String) = EEEEF
  Text (String) = multiline°∅\P
more text
  Style = LABEL(f:"Arial",t:"multiline°∅\P
more text",s:1g,p:7,c:#000000)
  POINT Z (0 5 0)

The layer name and contents of the TEXT object are incorrect.

Change History (2)

by Alan Thomas, 7 years ago

Attachment: TextEscapingReduced.dxf added

by Alan Thomas, 7 years ago

Attachment: text-escapes.png added
Note: See TracTickets for help on using tickets.