How can i write term to file, for later using in file:consult? I do: R = io_lib:format("~tp.",[{"cn","漢"}]), file:write_file(FileName,R) But this gives: {"cn",[28450]}. I need: {"cn","漢"}. Any hints? -- Grüße Oliver Bollmann