Modify ↓
Opened 14 years ago
Closed 14 years ago
#2191 closed Bug (Duplicate)
#Include not work from file saved in some UTF format
| Reported by: | Owned by: | Jos | |
|---|---|---|---|
| Milestone: | Component: | SciTE4AutoIt | |
| Version: | 3.3.8.1 | Severity: | None |
| Keywords: | #Include UTF | Cc: |
Description
Create a file with Encoding one of the following :-
0- Create a file with name "test.au3" on the same dir.
1- Create another file with UTF-16 Big Endian.
2- or UTF-16 littel Endian.
3- or UTF-8 with BOM
Type a code in :-
#include "Test.au3"
Press F5
you get an Error
ERROR: can't open include file <test.au3>
it is ok, if Encoding is UTF-8 or Code page proberity.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Closing as a duplicate of #1989. Fail ticket in multiple ways:
I suggest reading the guidelines first next time instead of ignoring the big red box.