DConv$
ConvertedString = DConv$ ( String AS String ) AS String
ConvertedString = DConv ( String AS String ) AS String
Converts a string from
System.Charset to
Desktop.Charset, which should be UTF-8.
The conversion relies on the
iconv() GNU library function.
Errors
See also