ISDBTools::RemapASCII: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 8: Line 8:
===Method description===
===Method description===


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


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Revision as of 17:58, 5 January 2010

CoClass SDBTools, Interface ISDBTools

Function RemapASCII(str As String) As String


Parameters

Name Type Description
str String A string to be converted.


Method description

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

Introduced from MediaMonkey 4.0.