Modify ↓
Opened 13 years ago
Closed 11 years ago
#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 Changed 13 years ago by Valik
- Version changed from 3.3.6.1 to 3.3.6.0
comment:2 Changed 13 years ago by Jos
comment:3 Changed 13 years ago by trancexx
See request #1523.
comment:4 Changed 13 years ago by trancexx
See #1989
comment:5 Changed 11 years ago by Jon
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
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