By prolog's built-in function
file::save("DataBaseDB.txt", DataBaseDB)
we could save class facts which we want to "DataBaseDB.txt".
The .txt file coded by **Unicode** by default.
So,
could we get .txt file coded by **ANSI** or else
by some configures or use some codes in Prolog itself?
If it could ,how?
Millions of thanks!
There are many create predicates create8 creates a file in the code page your system is set to use, i.e. one that is suitable for your Windows language.