We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
* in grammar's global.lsp ()
#+:allegro (defparameter excl:*locale* (excl::find-locale "el_GR.utf8"))
* in .emacs
(set-default-coding-systems 'mule-utf-8)
And EITHER
(set-language-environment “utf-8”)
- OR in every grammar file
;;; -*- Mode: TDL; Coding: utf8 -*-