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 GEOSoft, 15 years ago

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.

comment:2 by Jon, 15 years ago

Resolution: Wont Fix
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.