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

  1. Ensure that distributed timezone abbreviation files are plain ASCII.