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#278 - ECMAScript: all scripts should be read as UTF-8
Attached to Project:
QCAD
Opened by Andrew (andrew) - Wednesday, 28 September 2011, 16:55 GMT+2
Last edited by Andrew (andrew) - Thursday, 29 September 2011, 09:36 GMT+2
Opened by Andrew (andrew) - Wednesday, 28 September 2011, 16:55 GMT+2
Last edited by Andrew (andrew) - Thursday, 29 September 2011, 09:36 GMT+2
|
Details
Scripts that are included through the ECMAScript include function are read with a default constructed QTextStream. UTF-8 should be forced. |
This task depends upon
The heuristics that QTextStream applies can be helped with the so-called BOM, else it might miss guess some files. If UTF-8 is forced by QCAD, this should be documented in the book/manual.
Yes.