drt24 / gnuprologjava

GNU Prolog for Java
8 stars 5 forks source link

TermWriter writes \== as '\==' because isGraphicsChar is false for backslash #33

Closed thetrime closed 7 years ago

thetrime commented 7 years ago

The ISO standard says that graphics-token-char is graphic-char OR backslash-char. Since we don't distinguish, I think isGraphicsChar should return true for '\'