Bugzilla – Attachment 89010 Details for
Bug 22787
Mapping missing for ů to u in word-phrase-utf-chr
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22787: Add mapping of letters "ů" and "Ů" to zebra definitions
Bug-22787-Add-mapping-of-letters--and--to-zebra-de.patch (text/plain), 1.37 KB, created by
Josef Moravec
on 2019-04-29 12:34:35 UTC
(
hide
)
Description:
Bug 22787: Add mapping of letters "ů" and "Ů" to zebra definitions
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-04-29 12:34:35 UTC
Size:
1.37 KB
patch
obsolete
>From c3b0184fae77ad9653206551a495dca11cb16e20 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Mon, 29 Apr 2019 14:18:43 +0200 >Subject: [PATCH] =?UTF-8?q?Bug=2022787:=20Add=20mapping=20of=20letters=20"?= > =?UTF-8?q?=C5=AF"=20and=20"=C5=AE"=20to=20zebra=20definitions?= >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Test plan: >0) Do not apply the patch >1) Add some word with character "ů" into metadata, for example author "Martinů, Bohuslav" >2) Try to search it with "Martinu" and you'll see you can't find it >3) Apply the patch >4) Copy file etc/zebradb/etc/word-phrase-utf.chr to your /etc/koha directory > sudo cp etc/zebradb/etc/word-phrase-utf.chr /etc/koha/zebradb/etc/ >5) koha-zebra --restart kohadev >6) koha-rebuild-zebra -f kohadev >6) try to search "Martinu" again - you should be able to find your record > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > 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 3b39f1e492..a63714eca9 100644 >--- a/etc/zebradb/etc/word-phrase-utf.chr >+++ b/etc/zebradb/etc/word-phrase-utf.chr >@@ -125,6 +125,8 @@ map Ê u > map É u > map uÌ u > map Å® u >+map ů u >+map Å® u > # E > map ê e > map à e >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22787
:
89010
|
89257
|
89350