From 8fd98cacf1bfedca54522b748e87e50b395e99f9 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 22 Sep 2017 15:10:17 +0200 Subject: [PATCH] Fix Fix Savannah bug #43905. Remove double and false Unicode glyph entries. (Compare: groff [2a94c968].) --- src/lib-roff/glyphuni.cpp | 6 ------ src/lib-roff/uniglyph.cpp | 6 ------ 2 files changed, 12 deletions(-) diff --git a/src/lib-roff/glyphuni.cpp b/src/lib-roff/glyphuni.cpp index 60c3b77e..a34f6b18 100644 --- a/src/lib-roff/glyphuni.cpp +++ b/src/lib-roff/glyphuni.cpp @@ -477,12 +477,6 @@ struct S { { "bracerightbt", "23AD" }, { "an", "23AF" }, { "br", "2502" }, - { "rk", "251D" }, - { "lk", "2525" }, - { "lt", "256D" }, - { "rt", "256E" }, - { "rb", "256F" }, - { "lb", "2570" }, { "sq", "25A1" }, { "lz", "25CA" }, { "ci", "25CB" }, diff --git a/src/lib-roff/uniglyph.cpp b/src/lib-roff/uniglyph.cpp index b30b9cce..5c746447 100644 --- a/src/lib-roff/uniglyph.cpp +++ b/src/lib-roff/uniglyph.cpp @@ -463,12 +463,6 @@ struct S { //{ "23AD", "bracerightbt" }, { "23AF", "an" }, { "2502", "br" }, - { "251D", "rk" }, - { "2525", "lk" }, - { "256D", "lt" }, - { "256E", "rt" }, - { "256F", "rb" }, - { "2570", "lb" }, { "25A1", "sq" }, { "25CA", "lz" }, { "25CB", "ci" }, -- 2.11.4.GIT