Skip to content

LkbGrammarEncodingProposal

BenjaminWaldron edited this page Aug 19, 2005 · 7 revisions

* 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

* in .emacs

(set-language-environment “utf-8”)

- OR in every grammar file

;;; -*- Mode: TDL; Coding: utf8 -*-

Clone this wiki locally