View Issue Details

IDProjectCategoryView StatusLast Update
0006235MMW v4Framework: Scripts/Extensionspublic2022-04-29 01:48
ReporterLudek Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version4.0Fixed in Version4.0 
Summary0006235: New scripting method to convert non-ascii characters
DescriptionNew scripting method SDBTools::RemapASCII

Function RemapASCII(str As String) As String

Method description
Converts 'á' and variants with an accent to just 'a'. For example "Björk" is changed to "Bjork", "Straße" -> "Strasse".


To be documented at
http://www.mediamonkey.com/wiki/index.php/SDBTools
Tagstodoc-dev
Fixed in build1301

Relationships

related to 0004955 closedLudek Ability to easily get rid of Non-Ascii characters when writing files 

Activities

Ludek

2010-01-05 17:58

developer   ~0019901

Implemented in build 1301 and covered by regression testing.

Documented here:
http://www.mediamonkey.com/wiki/index.php/ISDBTools::RemapASCII

Ludek

2010-01-05 18:06

developer   ~0019902

Plus documented some others undocumented methods like http://www.mediamonkey.com/wiki/index.php/ISDBTools::LoadImage

peke

2010-10-10 02:08

developer   ~0020696

Verified 1315