- Status Closed
- Percent Complete
- Task Type Bug Report
- Category QCAD (main)
-
Assigned To
andrew - Operating System All
- Severity Low
- Priority Very Low
- Reported Version 3 Beta 2
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: QCAD Bugtracker
Opened by andrew - 28.09.2011
Last edited by andrew - 29.09.2011
Opened by andrew - 28.09.2011
Last edited by andrew - 29.09.2011
FS#278 - ECMAScript: all scripts should be read as UTF-8
Scripts that are included through the ECMAScript include function are read with a default constructed QTextStream. UTF-8 should be forced.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
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.