1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-22 20:23:14 +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

5
NEWS
View File

@ -22,6 +22,7 @@ Unreleased, experimental changes
Documentation and commentary now prefer UTF-8 to US-ASCII,
allowing the use of proper accents in foreign words and names.
Code and data have not changed because of this.
(Thanks to Garrett Wollman for helping to debug this.)
Non-HTML documentation and commentary now use plain-text URLs instead of
HTML insertions, and are more consistent about bracketing URLs when they
@ -2488,3 +2489,7 @@ Earlier versions of the code and data were not announced on the tz
list and are not summarized here.
This file is in the public domain.
Local Variables:
coding: utf-8
End:

6
Theory
View File

@ -747,3 +747,9 @@ Michael Allison and Robert Schmunk,
Jia-Rui Chong, "Workdays Fit for a Martian", Los Angeles Times
<http://articles.latimes.com/2004/jan/14/science/sci-marstime14>
(2004-01-14), pp A1, A20-A21.
-----
Local Variables:
coding: utf-8
End:

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: