aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2024-03-20 22:59:37 +0100
committerCorinna Vinschen <corinna@vinschen.de>2024-03-21 10:33:58 +0100
commit18bd5d367131eeac7aa2804e9b0468a4b53e94e5 (patch)
tree21fa14ea0af0edc7a421c20e182513a1494794ef
parent70375b2205ba7cf5eddf4180b3d80ac8264c0e0a (diff)
downloadnewlib-18bd5d367131eeac7aa2804e9b0468a4b53e94e5.zip
newlib-18bd5d367131eeac7aa2804e9b0468a4b53e94e5.tar.gz
newlib-18bd5d367131eeac7aa2804e9b0468a4b53e94e5.tar.bz2
Cygwin: tzmap-from-unicode.org: drop support for Vista/2008
Commit b794f2c6038f ("Cygwin: drop support for systems not supporting RFC 4646 locales") erroneously changed tzmap.h manually. Change the script accordingly. Fixes: b794f2c6038f ("Cygwin: drop support for systems not supporting RFC 4646 locales") Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rwxr-xr-xwinsup/utils/tzmap-from-unicode.org8
1 files changed, 0 insertions, 8 deletions
diff --git a/winsup/utils/tzmap-from-unicode.org b/winsup/utils/tzmap-from-unicode.org
index 5f55a51..722d2ea 100755
--- a/winsup/utils/tzmap-from-unicode.org
+++ b/winsup/utils/tzmap-from-unicode.org
@@ -40,13 +40,6 @@ echo " Kaliningrad Standard Time/BY"
echo " SA Pacific Standard Time/HT "
echo " South Africa Standard Time/LY"
echo ""
-echo " It also doesn't contain deprecated country codes used in older"
-echo " OSes, namely:"
-echo ""
-echo " CS (Serbian and Montenegro, dissolved, now RS and ME) used in Vista"
-echo " "
-echo " While these are apparently old, they are required here to get a complete"
-echo " mapping on all supported OSes. */"
echo "struct"
echo "{"
echo " PCWSTR win_tzkey;"
@@ -59,7 +52,6 @@ wget -O - "${ZONES_FILE}" | \
sed -n -e 's#territory="001"#territory=""#
s#Asia/Calcutta#Asia/Kolkata#
s#.*mapZone other=\("[^"]*"\) territory=\("[^"]*"\) type=\("[^"]*"\).*# { L\1, L\2, L\3 },#p'
- echo ' { L"Central Europe Standard Time", L"CS", L"Europe/Belgrade" },'
echo ' { L"E. Europe Standard Time", L"", L"Asia/Nicosia" },'
echo ' { L"E. Europe Standard Time", L"CY", L"Asia/Nicosia" },'
echo ' { L"Eastern Standard Time", L"TC", L"America/Grand_Turk" },'