Files
create/src
Kevin Martin dbf17376b7 Fix encoding error for import from older DXF files
The C++ importer incorrectly treated the contents of all TEXT and MTEXT
objects as beind encoded as UTF-8, but this is not true for DXF files
before AutoCAD 2007, where the encoding is "plain ASCII" plus some in-band
\U+dddd encoding. This would cause errors if the text contained non-ASCII
characters such as the Degree Sign.

This change causes the correct encoding to be used.
2023-03-27 07:14:07 -04:00
..
2023-03-26 11:33:57 +02:00
2023-03-24 21:19:27 +01:00
2023-03-20 16:38:40 +01:00
2023-03-11 10:29:55 +01:00
2023-02-18 16:09:56 -06:00
2023-02-18 16:09:56 -06:00
2023-02-18 16:09:56 -06:00