.OpenModelica.Scripting.iconv

Converts a string from one character encoding to another.

Information

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 2025-05-10T18:20:09Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos