Replace the "encoding: utf-8" by "coding: utf-8" comments.

* Makefile.am, src/ltlast/formula.cc, src/ltlast/formula.hh,
src/tgba/tgbaexplicit.hh, wrap/python/ajax/Makefile.am,
wrap/python/spot.i: Here.
* HACKING: Document -*- coding: utf-8 -*-.
This commit is contained in:
Alexandre Duret-Lutz 2012-04-27 09:14:17 +02:00
parent aec556f7a2
commit 8f40fd41f4
7 changed files with 8 additions and 6 deletions

View file

@ -189,6 +189,8 @@ Encoding
* If you edit files encoded in Latin-1 (the original default
encoding for the project), feel free to convert them to UTF-8.
In emacs the simplest way to convert the file is to add a comment
with -*- coding: utf-8 -*- at the top or bottom of the file.
Comments
--------