AJ Isaacs 3c1700c480 fix: repair double-encoded degree symbol in DXF output
ACadSharp misreads UTF-8 degree symbol (C2 B0) as two ANSI_1252
characters (°) then writes that back out. Post-process the saved
DXF to replace ° with ° so bend notes display correctly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 16:28:38 -05:00
2019-09-06 17:28:34 -04:00
2019-09-06 17:28:34 -04:00
Description
Add etch lines to all up bends on a sheet metal DXF file.
93 KiB
Languages
C# 100%