From b6aa6b4c6d2d1d284f03d7135a4d72495b30de8a Mon Sep 17 00:00:00 2001 From: Ian Walls Date: Mon, 26 Sep 2011 16:38:39 -0400 Subject: [PATCH 3/3] =?UTF-8?q?Bug=202629:=20=20Add=20diacritic=20support=20for=20=C5=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) --- 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.4.1