Modify ↓
Opened on Jan 4, 2012 at 1:11:15 AM
#2091 closed Bug (Rejected)
Au3Check and non-ANSI files
| Reported by: | Valik | Owned by: | Jos |
|---|---|---|---|
| Milestone: | Component: | Au3Check | |
| Version: | 3.3.6.0 | Severity: | None |
| Keywords: | Cc: |
Description
Au3Check silently passes any non-ANSI file giving the illusion it has no errors. Au3Check should ideally handle files with any encoding but at worst it should complain about the encoding so the user knows their file might not be error-free.
Attachments (0)
Change History (5)
comment:1 by , on Jan 4, 2012 at 1:11:34 AM
| Version: | 3.3.6.1 → 3.3.6.0 |
|---|
comment:5 by , on Jul 21, 2013 at 11:31:57 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

BOM Check with proper error notification added to au3check.
Support/workaround for files with BOM is already implemented in AutoIt3Wrapper.
Jos