> lang > dconv | ![]() |
السابق التالي تحرير إعادة تسمية تراجع بحث الإدارة
| المستندات |
ConvertedString = DConv$ ( String AS String ) AS String ConvertedString = DConv ( String AS String ) AS StringConverts a string from System.Charset to Desktop.Charset, which should be UTF-8. The conversion relies on the iconv() GNU library function.
| رسالة | الوصف |
|---|---|
| Bad string conversion (32) | The string to convert contains untranslatable characters. |
| Unsupported string conversion (31) | The specified charset is unknown, or cannot be converted. |