aboutsummaryrefslogtreecommitdiffstats
path: root/ucs_latin1.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-09-26 16:57:27 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-09-26 16:57:27 +0000
commit0a1f4d97bf3aad9d2f51cb0022a136092f8162f7 (patch)
treedbfe857134585a138dc7806f12c4a2b12ec3bd9f /ucs_latin1.h
parentignore remove-potcdate.sed (diff)
downloadw3m-0a1f4d97bf3aad9d2f51cb0022a136092f8162f7.tar.gz
w3m-0a1f4d97bf3aad9d2f51cb0022a136092f8162f7.zip
conv.c ucs_eucjp.h ucs_latin1.h: deleted
Diffstat (limited to '')
-rw-r--r--ucs_latin1.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/ucs_latin1.h b/ucs_latin1.h
deleted file mode 100644
index b8627b1..0000000
--- a/ucs_latin1.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/* $Id: ucs_latin1.h,v 1.3 2001/11/24 02:01:26 ukai Exp $ */
-static entity_map ucs_latin1_map[] = {
- {0x0152, "OE"},
- {0x0153, "oe"},
- {0x0178, "Y:"},
- {0x0192, "f"},
- {0x02C6, "^"},
- {0x02DC, "~"},
- {0x03BC, "\xB5"},
- {0x2002, " "},
- {0x2003, " "},
- {0x2013, "\xAD"},
- {0x2014, "-"},
- {0x2018, "`"},
- {0x2019, "'"},
- {0x201A, "\xB8"},
- {0x201C, "\""},
- {0x201D, "\""},
- {0x201E, ",,"},
- {0x2022, "*"},
- {0x2030, "0/00"},
- {0x2032, "'"},
- {0x2033, "\""},
- {0x2039, "<"},
- {0x203A, ">"},
- {0x2044, "/"},
- {0x20AC, "=C="},
- {0x2122, "TM"},
- {0x2205, "\xF8"},
- {0x2212, "-"},
- {0x223C, "~"},
- {0x2260, "!="},
- {0x2261, "="},
- {0x2264, "<="},
- {0x2265, ">="},
-};