View Issue Details

IDProjectCategoryView StatusLast Update
0011880MMW v4Framework: Scripts/Extensionspublic2014-02-18 00:08
Reporterpeke Assigned To 
PriorityurgentSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version4.1 
Summary0011880: CreateTextFile: Using Create Text File we should be able to wrute UNICODE/UTF-8 formated text Files
DescriptionCurrently 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
TagsNo tags attached.
Attached Files
txt file formats.png (3,154 bytes)   
txt file formats.png (3,154 bytes)   
Fixed in build

Activities