1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-21 08:19:23 +00:00

Add encoding directives for unibyte GNU Emacs.

(Thanks to Garrett Wollman for reporting the problem.)
* NEWS, Theory, northamerica: Add "coding: utf-8" directives so
that GNU Emacs, when run in a unibyte locale, does not mistakenly
interpret these files to be unibyte.  This change should make no
difference if you use Emacs to read these files in a UTF-8 locale.
I didn't bother to add coding directives to files where GNU Emacs
already deduces the encoding correctly in a Latin-1 locale.
This commit is contained in:
Paul Eggert
2014-06-24 14:55:26 -07:00
parent 68c374b829
commit fe8b770c2d
3 changed files with 16 additions and 0 deletions

View File

@ -3138,3 +3138,8 @@ Zone America/Grand_Turk -4:44:32 - LMT 1890
# British Virgin Is
# Virgin Is
# See 'southamerica'.
# Local Variables:
# coding: utf-8
# End: