QCAD - 2D CAD System.
Click here for a documentation of the DokuWiki formatting syntax that can be used in reports
Please search for existing tasks (also closed ones) before opening a new task.
Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help > Check for Updates)
FS#221 - autocad dwg compatibility
Opened by Peter (hungerburg) - Wednesday, 31 August 2011, 14:04 GMT+2
Last edited by Andrew (andrew) - Tuesday, 17 November 2015, 12:04 GMT+2
|
DetailsDWG files created with QCAD display really fine now in autocad. There are only two minor issues for ACAD users: 1) ACAD complains, that they were not created with a licensed application. One may not be able to work around that one... 2) ACAD complains, that the file does not specify a codepage. For this one, there should be a way around, shouldn’t it? I am very happy with the compatibility in the new QCAD. Thank you very much for all the efforts that went into it!
Peter |
You may want to turn this into a feature request. (I can't.)
1) Cannot be fixed (that's how Autodesk wants it)
2) Potentially fixed in current development version (setting code page explicitly to ASCII). International characters and Unicode are supported through use of escape sequences, not code pages.
In current Beta QCAD saved files are latin1 encoded with dos line-endings. Autodesk provides the freely downloadable "autocad true view" that also displays said messages.
With dwg files saved from Beta 3 autocad true view still displays the warning about code-pages.
I caputered that dialog now. "ascii" is not known either, maybe it should be "English"? http://images.autodesk.com/adsk/files/modify_drawing_codepage.html
Actually, ASCII being a subset of ANSI_1252, a table should not be necessary at all. Maybe best to set the ansi table in file, because that is the autocad default, so it should make the message appear the least number of times.