- make-conv FROMENC TOENCprocedure
To make converter closure use make-conv procedure with positional args FROMENC - string - encoding name for example "ISO_8859-1" and TOENC - maybe "UTF-8". The list of available encodings we get by shell command iconv --list