Home > lang > dconv 
 en fr de es it nl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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

MessageDescription
Bad string conversion (32) The string to convert contains untranslatable characters.
Unsupported string conversion (31) The specified charset is unknown, or cannot be converted.

See also

Conversion Functions, Conv$