encoding/1
encoding(Encoding)Declares the source file text encoding. This is a EXPERIMENTAL directive, only supported on some Prolog compilers. When used, this directive must be the first term in the source file.
encoding(+atom)
:- encoding(utf8). :- encoding(iso_latin_1).