can you share a simple file that demonstrates this and post a screenshot of how it looks in your source software?
I tried to reproduce, but what I can see it only removes the \ and not the remainder
Just to make sure, as Gijs said, it’s only the backslash that is missing, right? That is, not as was originally reported where “XYZ\0123” imports as “XYZ”?
The missing backslash is reported as RH-75608 File IO: Backslash in DXF text does not import
-wim
I’ll look at the bugtrack and see if there’s something I can do but ‘\’ is usually treated as an escape character. like \n for newline and \t for tab. You might try, in the meantime, seeing if using “\\” works.
Yeah it is now only the \ which is being lost, following text still imports.
Earlier in the year I did see the following text lost but that has been resolved.
I can confirm that replacing "" with "\ " (no quotes) will import a single slash.
We encounter this problem fairly frequently with customers who laser cut groups of panels numbered 1\3 2\3 3\3 and so on.