A few hours ago I wrote about problems with source code containing the accented letters
[ 'ê' (233), 'ô'(243)], Another letter that causes problem is ú(250); in fact, Prolog console is not able to show ú(code 250). I believe that people who developed GNU-Prolog work mainly with French (maybe Spanish too), and forgot to add support for the whole latin1 alphabet. My suggestion is to add support for all letters from code 65 to code 255. Another suggestion is to keep puctuation below 65. Once more, I am using Gnu-Prolog for MinGW distribution, gcc 3.4.5. |