[Patches] [PATCH] =?UTF-8?q?Bug=202629:=20Add=20diacritic=20support=20for=20=C5?=

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Fri Nov 4 19:56:46 NZDT 2011


From: Ian Walls <ian.walls at bywatersolutions.com>
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 <chrisc at catalyst.net.nz>
---
 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


More information about the Patches mailing list