View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011880 | MMW v4 | Framework: Scripts/Extensions | public | 2014-02-18 00:08 | 2014-02-18 00:08 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Product Version | 4.1 | ||||
Summary | 0011880: CreateTextFile: Using Create Text File we should be able to wrute UNICODE/UTF-8 formated text Files | ||||
Description | Currently http://www.mediamonkey.com/wiki/index.php/ISDBFileSystem::CreateTextFile is not capable to create Unicode or UTF-8 text Files (files with BOM). There is two possible approaches: 1. Add two two get/let properties to http://www.mediamonkey.com/wiki/index.php/SDBTextFile a) Format as Integer ("txt formats.png") b) LineSpacing as integer that would have three options (DOS -> CR/LF, UNIX -> LF, MAC -> CR) 2. along with 1. add new http://www.mediamonkey.com/wiki/index.php/ISDBFileSystem::CreateTextFileEX Function CreateTextFileEX(Filename As String, Overwrite As Boolean, Format as Integer, LineSpacing as integer) As SDBTextFile | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | |||||