View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004971 | MMW v4 | Framework: Scripts/Extensions | public | 2008-11-27 09:55 | 2009-01-02 21:42 |
Reporter | peke | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 3.1 | ||||
Summary | 0004971: SDBIniFile.StringValue is not Unicode Capable (regression) | ||||
Description | When Using SDBIniFile.StringValue to save some Japanese String to INI, retrieving same value from INI gets Garbled text or in best scenario "?????" Best example will be last.fm scrobbler LOG file. | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?f=7&t=34600 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1205 | ||||
related to | 0003844 | closed | peke | Last.fm plugin | Last.FM Native Support |
related to | 0004346 | closed | petr | MMW v4 | Japanese issue : settings stored into INI file is corrupted when unicode characters used |
related to | 0005098 | closed | jiri | MMW v4 | Script configs written to .ini file incorrectly for non-western languages (regression) |
child of | 0004996 | closed | jiri | MMW v4 | Unicode MP3 Tags broken in MM 3.1 (regression) |
|
Example Files are uploaded to FTP under bug# 3844 |
|
Reminder sent to: jiri |
|
Fixed in build 1197. - I haven't tested, but I made a small tweak that should fix Unicode handling in ini files. |
|
Internal Delphi Conversions and Temp variable object creating handling causes strange behavior. No change needed. |
|
Verified in 1199. |
|
Some scripts previously relied on the fact that several instances of IniFile object could share data. This is no longer true in the new implementation. We should try to fix it. |
|
Fixed in build 1205. |
|
Verified 1207 |