From 5d403f894b7f0d732478fea978cb459392d94265 Mon Sep 17 00:00:00 2001 From: Ian Walls Date: Mon, 26 Sep 2011 16:38:39 -0400 Subject: [PATCH] =?UTF-8?q?Bug=202629:=20Add=20diacritic=20support=20for=20=C5?= =?UTF-8?q?=AE=20(U=20with=20ring)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds Ů and ů support to word-phrase-utf.chr. These characters are used in Czech, for example the author Martinů, Bohuslav (1890-1959) Signed-off-by: Chris Cormack --- etc/zebradb/etc/word-phrase-utf.chr | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/etc/zebradb/etc/word-phrase-utf.chr b/etc/zebradb/etc/word-phrase-utf.chr index e0e2297..6fbab70 100644 --- a/etc/zebradb/etc/word-phrase-utf.chr +++ b/etc/zebradb/etc/word-phrase-utf.chr @@ -115,6 +115,8 @@ map ȗ u map Ȗ u map ʉ u map Ʉ u +map ů u +map Ů u # E map ê e map Ê e -- 1.7.5.4