ISDBTools::RemapASCII: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(modified description) |
||
Line 8: | Line 8: | ||
===Method description=== | ===Method description=== | ||
Converts | Converts characters with accents to plain ASCII (e.g. English alphabet). For example <tt>Björk</tt> is changed to <tt>Bjork</tt>, <tt>Straße</tt> to <tt>Strasse</tt> and <tt>Žluťoučký</tt> to <tt>Zlutoucky</tt>. | ||
Introduced | {{Introduced|4.0}} | ||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 22:59, 20 April 2013
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 characters with accents to plain ASCII (e.g. English alphabet). For example Björk is changed to Bjork, Straße to Strasse and Žluťoučký to Zlutoucky.
Introduced in MediaMonkey version 4.0.