diff options
author | wiz <wiz> | 2002-11-03 12:42:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-11-03 12:42:39 +0000 |
commit | be0a7e7ee77ada93dd312360b8361c816c53d86c (patch) | |
tree | e6d321f24c38771026d4f02cf10dac37889467de /www/links | |
parent | d010c04caa0b15f0488185d85d5ae1affb8074a0 (diff) | |
download | pkgsrc-be0a7e7ee77ada93dd312360b8361c816c53d86c.tar.gz |
Needed for 2.1pre5.
Diffstat (limited to 'www/links')
-rw-r--r-- | www/links/patches/patch-ad | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/www/links/patches/patch-ad b/www/links/patches/patch-ad new file mode 100644 index 00000000000..a3587e29bc4 --- /dev/null +++ b/www/links/patches/patch-ad @@ -0,0 +1,52 @@ +$NetBSD: patch-ad,v 1.1 2002/11/03 12:42:39 wiz Exp $ + +--- codepage.inc.orig Sat Nov 2 18:22:19 2002 ++++ codepage.inc +@@ -1992,30 +1992,30 @@ struct table_entry table_cp1251 [] = { + unsigned char *aliases_cp1251 [] = {"windows-1251", "1251", "cp1251", NULL }; + + struct table_entry table_cp1252 [] = { +- { 0x80, 20AC }, +- { 0x82, 201A }, ++ { 0x80, 0x20AC }, ++ { 0x82, 0x201A }, + { 0x83, 0x0192 }, +- { 0x84, 201E }, +- { 0x85, 2026 }, +- { 0x86, 2020 }, +- { 0x87, 2021 }, ++ { 0x84, 0x201E }, ++ { 0x85, 0x2026 }, ++ { 0x86, 0x2020 }, ++ { 0x87, 0x2021 }, + { 0x88, 0x02C6 }, +- { 0x89, 2030 }, ++ { 0x89, 0x2030 }, + { 0x8A, 0x0160 }, +- { 0x8B, 2039 }, ++ { 0x8B, 0x2039 }, + { 0x8C, 0x0152 }, + { 0x8E, 0x017D }, +- { 0x91, 2018 }, +- { 0x92, 2019 }, +- { 0x93, 201C }, +- { 0x94, 201D }, +- { 0x95, 2022 }, +- { 0x96, 2013 }, +- { 0x97, 2014 }, ++ { 0x91, 0x2018 }, ++ { 0x92, 0x2019 }, ++ { 0x93, 0x201C }, ++ { 0x94, 0x201D }, ++ { 0x95, 0x2022 }, ++ { 0x96, 0x2013 }, ++ { 0x97, 0x2014 }, + { 0x98, 0x02DC }, +- { 0x99, 2122 }, ++ { 0x99, 0x2122 }, + { 0x9A, 0x0161 }, +- { 0x9B, 203A }, ++ { 0x9B, 0x203A }, + { 0x9C, 0x0153 }, + { 0x9E, 0x017E }, + { 0x9F, 0x0178 }, |