From 1e2f697e3bca3c9068e1864db63d0b112b4273a4 Mon Sep 17 00:00:00 2001 From: Ian Walls Date: Mon, 26 Sep 2011 16:38:39 -0400 Subject: [PATCH] =?utf8?q?Bug=202629:=20Add=20diacritic=20support=20for=20?= =?utf8?q?=C5=AE=20(U=20with=20ring)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 Signed-off-by: Paul Poulain --- etc/zebradb/etc/word-phrase-utf.chr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/zebradb/etc/word-phrase-utf.chr b/etc/zebradb/etc/word-phrase-utf.chr index e0e2297234..6fbab7098a 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 -- 2.20.1