Actions
Bug #5646
closed$ini() returns nothing when reading UTF-8 BOM file
Start date:
10/24/2022
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
Yes
Description
Hello,
I updated to the latest beta and seems $ini() doesn't work if the INI file contains the following data and is formatted under UTF-8 BOM, but it works under normal UTF-8 format.
//echo -a IS: $ini(test.ini,First)
[First] 1=test1 2=test2 3=test3 [Second] 1=test1 2=test2 3=test3
NOTE: Just in case you are not be able to reproduce it i have submit a file that i am able to reproduce here when using $ini(test_file.ini,English)
- Thanks!
Files
Updated by Per Amundsen about 2 years ago
- Status changed from New to Resolved
- Regression changed from No to Yes
Updated by Per Amundsen about 2 years ago
- Status changed from Resolved to Closed
Actions