summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwl <wl>2012-07-03 20:24:25 +0000
committerwl <wl>2012-07-03 20:24:25 +0000
commitba48dbfbbd80e4d37b3db0d5de893a7607b2705d (patch)
tree89c43fc6f92920ff0db109c25ecb5c4d04272b94 /src
parent55f745e2aa96056a665089968d6969b07f80daa0 (diff)
downloadgroff-ba48dbfbbd80e4d37b3db0d5de893a7607b2705d.tar.gz
Fix Unicode mapping of Greek stroked and curly phi.
Problem reported by Alkis Georgopoulos <alkisg@gmail.com>; see https://bugs.launchpad.net/ubuntu/+source/groff/+bug/1008115 * src/libs/libgroff/uniglyph.cpp (unicode_to_glyph_list): Flip values of U+03C6 and U+03D5.
Diffstat (limited to 'src')
-rw-r--r--src/libs/libgroff/uniglyph.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/libgroff/uniglyph.cpp b/src/libs/libgroff/uniglyph.cpp
index 9b6bba65..667e5ab0 100644
--- a/src/libs/libgroff/uniglyph.cpp
+++ b/src/libs/libgroff/uniglyph.cpp
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 2002, 2003, 2004, 2006, 2009
+/* Copyright (C) 2002-2004, 2006, 2009, 2012
Free Software Foundation, Inc.
Written by Werner Lemberg <wl@gnu.org>
@@ -322,12 +322,12 @@ struct S {
{ "03C3", "*s" },
{ "03C4", "*t" },
{ "03C5", "*u" },
- { "03C6", "*f" },
+ { "03C6", "+f" },
{ "03C7", "*x" },
{ "03C8", "*q" },
{ "03C9", "*w" },
{ "03D1", "+h" },
- { "03D5", "+f" },
+ { "03D5", "*f" },
{ "03D6", "+p" },
{ "03F5", "+e" },
//{ "2010", "-" },