mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-05-06 17:39:29 +00:00
* Theory, NEWS: Also document EST5EDT etc. as exceptions.
Use the term "legacy names" for exceptions.
This commit is contained in:
4
NEWS
4
NEWS
@@ -23,8 +23,8 @@ Unreleased, experimental changes
|
||||
|
||||
Changes affecting documentation and commentary
|
||||
|
||||
The 'Theory' file documents the longstanding exceptions to the
|
||||
POSIX file name rules that are in 'etcetera' and 'backward'.
|
||||
The 'Theory' file documents legacy names, the longstanding
|
||||
exceptions to the POSIX-inspired file name rules.
|
||||
|
||||
Documentation and commentary now prefer UTF-8 to US-ASCII,
|
||||
allowing the use of proper accents in foreign words and names.
|
||||
|
||||
15
Theory
15
Theory
@@ -406,7 +406,7 @@ in decreasing order of importance:
|
||||
TZ strings. A file name component must not exceed 14
|
||||
characters or start with '-'. E.g., prefer 'Brunei'
|
||||
to 'Bandar_Seri_Begawan'. Exceptions: see the discussion
|
||||
of the 'etcetera' file below.
|
||||
of legacy names below.
|
||||
A name must not be empty, or contain '//', or start or end with '/'.
|
||||
Do not use names that differ only in case. Although the reference
|
||||
implementation is case-sensitive, some other implementations
|
||||
@@ -469,12 +469,13 @@ See the file 'backward' for most of these older names
|
||||
The other old-fashioned names still supported are
|
||||
'WET', 'CET', 'MET', and 'EET' (see the file 'europe').
|
||||
|
||||
Older versions of this package defined names that were
|
||||
incompatible with POSIX. These older names are still supported,
|
||||
even though they do not conform to first rule of location names.
|
||||
These incompatible names are mostly defined in the file 'etcetera'.
|
||||
Also, the file 'backward' defines the incompatible names 'GMT0',
|
||||
'GMT-0', 'GMT+0', and 'Canada/East-Saskatchewan'.
|
||||
Older versions of this package defined legacy names that are
|
||||
incompatible with the first rule of location names, but which are
|
||||
still supported. These legacy names are mostly defined in the file
|
||||
'etcetera'. Also, the file 'backward' defines the legacy names
|
||||
'GMT0', 'GMT-0', 'GMT+0' and 'Canada/East-Saskatchewan', and the file
|
||||
'northamerica' defines the legacy names 'EST5EDT', 'CST6CDT',
|
||||
'MST7MDT', and 'PST8PDT'.
|
||||
|
||||
Excluding 'backward' should not affect the other data. If
|
||||
'backward' is excluded, excluding 'etcetera' should not affect the
|
||||
|
||||
Reference in New Issue
Block a user