aboutsummaryrefslogtreecommitdiffstats
path: root/ucs_latin1.h
diff options
context:
space:
mode:
authorAkinori Ito <aito@eie.yz.yamagata-u.ac.jp>2001-11-09 04:59:17 +0000
committerAkinori Ito <aito@eie.yz.yamagata-u.ac.jp>2001-11-09 04:59:17 +0000
commit6c63633545c254dc085402e0f927a6826d1dd229 (patch)
tree0126fb5598304c713ea1276e294da9098b5df3b4 /ucs_latin1.h
parentInitial revision (diff)
downloadw3m-6c63633545c254dc085402e0f927a6826d1dd229.tar.gz
w3m-6c63633545c254dc085402e0f927a6826d1dd229.zip
Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5
Diffstat (limited to 'ucs_latin1.h')
-rw-r--r--ucs_latin1.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/ucs_latin1.h b/ucs_latin1.h
new file mode 100644
index 0000000..286a303
--- /dev/null
+++ b/ucs_latin1.h
@@ -0,0 +1,36 @@
+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, ">=" },
+};