From b51bd85d509f88d0f7b5ef8a119d380f3a1130c3 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt <marcus@mc.pp.se> Date: Tue, 23 Feb 1999 16:01:23 +0100 Subject: [PATCH] Latin1 should be Latin1 I think; let the macron be a macron and not overline. Rev: src/modules/_Charset/tables.c:1.2 --- src/modules/_Charset/tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/_Charset/tables.c b/src/modules/_Charset/tables.c index f5f62db290..55240ad894 100644 --- a/src/modules/_Charset/tables.c +++ b/src/modules/_Charset/tables.c @@ -704,7 +704,7 @@ UNICHAR map_ECMA_cyrillic[] = { 0x0448, 0x0449, 0x044a, 0x044b, 0x044c, 0x044d, 0x044e, 0x044f, }; UNICHAR map_ISO_8859_1_1987[] = { 0x00a0, 0x00a1, 0x00a2, 0x00a3, 0x00a4, 0x00a5, 0x00a6, 0x00a7, - 0x00a8, 0x00a9, 0x00aa, 0x00ab, 0x00ac, 0x00ad, 0x00ae, 0x203e, + 0x00a8, 0x00a9, 0x00aa, 0x00ab, 0x00ac, 0x00ad, 0x00ae, 0x00af, 0x00b0, 0x00b1, 0x00b2, 0x00b3, 0x00b4, 0x00b5, 0x00b6, 0x00b7, 0x00b8, 0x00b9, 0x00ba, 0x00bb, 0x00bc, 0x00bd, 0x00be, 0x00bf, 0x00c0, 0x00c1, 0x00c2, 0x00c3, 0x00c4, 0x00c5, 0x00c6, 0x00c7, -- GitLab