Encoding of src/timezone/tznames/Europe.txt
Christoph Berg <myon@debian.org>
From: Christoph Berg <myon@debian.org>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2020-07-16T10:07:43Z
Lists: pgsql-hackers
Is there any reason why src/timezone/tznames/Europe.txt is encoded in
latin1 and not utf-8?
The offending lines are these timezones:
MESZ 7200 D # Mitteleuropäische Sommerzeit (German)
# (attested in IANA comments though not their code)
MEZ 3600 # Mitteleuropäische Zeit (German)
# (attested in IANA comments though not their code)
It's not important for anything, just general sanity. (Spotted by
Debian's package checker, lintian.)
Christoph
Commits
-
Ensure that distributed timezone abbreviation files are plain ASCII.
- ca5588acc377 9.5.23 landed
- 39064225a63b 9.6.19 landed
- 38bd976c10e9 10.14 landed
- 85c4297a79b1 11.9 landed
- a40733d04707 12.4 landed
- a220e345c87d 13.0 landed
- 7fe3083f4cc9 14.0 landed