Modify

Opened 13 years ago

Closed 13 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 Changed 13 years ago by GEOSoft

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 Changed 13 years ago by Jon

  • Resolution set to Wont Fix
  • 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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.