.OpenModelica.Scripting.iconv

Information

The iconv() function converts one multibyte characters from one character
  set to another.
  See man (3) iconv for more information.

Interface

function iconv
  input String string;
  input String from;
  input String to = "UTF-8";
  output String result;
end iconv;

Generated at 2024-05-15T18:15:55Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos