You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.3 KiB
39 lines
1.3 KiB
4 years ago
|
From 14beef7575099f6373f9a45b4656f1e3675f7372 Mon Sep 17 00:00:00 2001
|
||
|
From: Florian Weimer <fweimer@redhat.com>
|
||
|
Date: Thu, 14 Jun 2018 22:34:09 +0200
|
||
|
Subject: [PATCH] localedata: Make IBM273 compatible with ISO-8859-1 [BZ
|
||
|
#23290]
|
||
|
|
||
|
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
|
||
|
---
|
||
|
ChangeLog | 8 ++++++++
|
||
|
iconvdata/ibm273.c | 2 +-
|
||
|
localedata/charmaps/IBM273 | 2 +-
|
||
|
3 files changed, 10 insertions(+), 2 deletions(-)
|
||
|
|
||
|
Index: b/iconvdata/ibm273.c
|
||
|
===================================================================
|
||
|
--- a/iconvdata/ibm273.c
|
||
|
+++ b/iconvdata/ibm273.c
|
||
|
@@ -23,6 +23,6 @@
|
||
|
#define TABLES <ibm273.h>
|
||
|
|
||
|
#define CHARSET_NAME "IBM273//"
|
||
|
-#define HAS_HOLES 1 /* Not all 256 character are defined. */
|
||
|
+#define HAS_HOLES 0
|
||
|
|
||
|
#include <8bit-gap.c>
|
||
|
Index: b/localedata/charmaps/IBM273
|
||
|
===================================================================
|
||
|
--- a/localedata/charmaps/IBM273
|
||
|
+++ b/localedata/charmaps/IBM273
|
||
|
@@ -194,7 +194,7 @@ CHARMAP
|
||
|
<U00BE> /xb9 VULGAR FRACTION THREE QUARTERS
|
||
|
<U00AC> /xba NOT SIGN
|
||
|
<U007C> /xbb VERTICAL LINE
|
||
|
-<U203E> /xbc OVERLINE
|
||
|
+<U00AF> /xbc MACRON
|
||
|
<U00A8> /xbd DIAERESIS
|
||
|
<U00B4> /xbe ACUTE ACCENT
|
||
|
<U00D7> /xbf MULTIPLICATION SIGN
|