Modify ↓
Opened 15 years ago
Closed 15 years ago
#1958 closed Bug (Wont Fix)
IniReadSection Problem
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
IniReadSection Problem
IniReadSection Function Returns Incomplete Array or values/entries
when the ini file is unicode.
Section Name Contains Unicode + Ansi Characters
Section Contains more than 500 Records/entries ( key & value )
Unicode (little Endian) Ini File Size is greater than 300 KB &
contains more than 99,999 characters.
The Records/entries contains Unicode characters.
Array Returned By IniReadSection() contains only first few Records/entries
& the remaining are never considered.
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Resolution: | → Wont Fix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

As I recall this is a limitation of the ini file type and not AutoIt. Ini files do not handle Unicode well and as a work-around I store the strings as Binary() and then use BinaryToString() to read it back.