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:
5
NEWS
5
NEWS
@ -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
6
Theory
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user