From 89a2794fa22ff661027e82cb8e415743e604e160 Mon Sep 17 00:00:00 2001 From: wl Date: Fri, 10 Aug 2012 05:18:25 +0000 Subject: Provide proper Unicode mapping from and to dotless j. * src/libs/libgroff/glyphuni.cpp (glyph_to_unicode_list), src/libs/libgroff/uniglyph.cpp (unicode_to_glyph_list): Add it. --- src/libs/libgroff/uniglyph.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs/libgroff/uniglyph.cpp') diff --git a/src/libs/libgroff/uniglyph.cpp b/src/libs/libgroff/uniglyph.cpp index 667e5ab0..c07870b2 100644 --- a/src/libs/libgroff/uniglyph.cpp +++ b/src/libs/libgroff/uniglyph.cpp @@ -271,6 +271,7 @@ struct S { { "0152", "OE" }, { "0153", "oe" }, { "0192", "Fn" }, + { "0237", ".j" }, { "02C7", "ah" }, { "02D8", "ab" }, { "02D9", "a." }, -- cgit v1.2.1