Bugzilla – Attachment 109669 Details for
Bug 26390
Add transliteration of Ž in ICU chains
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26390: Add transliteration for Z with caron in ICU chains
0001-Bug-26390-Add-transliteration-for-Z-with-caron-in-IC.patch (text/plain), 1.36 KB, created by
Nick Clemens (kidclamp)
on 2020-09-04 15:24:43 UTC
(
hide
)
Description:
Bug 26390: Add transliteration for Z with caron in ICU chains
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-09-04 15:24:43 UTC
Size:
1.36 KB
patch
obsolete
>From 1ad8d2cb5d48803726b99621306e9abf9c2d7590 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 17 Oct 2018 00:23:51 +0000 >Subject: [PATCH] Bug 26390: Add transliteration for Z with caron in ICU chains >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >https://en.wikipedia.org/wiki/Caron > >From RT 52831. Uunder ICU chains most patrons cannot search for Slavoj >Žižek > >TO test: > 1 - Add a record with Slavoj Žižek as author > 2 - Enable ICU chains > https://wiki.koha-community.org/wiki/ICU_chains_configuration > 3 - Ensure Koha is using zebra > 4 - Restart all the things and reindex > 5 - Try to search for 'Zizek' > 6 - Not found > 7 - Apply patch > 8 - Restart all the things and reindex > 9 - Try to search for Zizek >10 - It works! >--- > etc/zebradb/etc/words-icu.xml | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/etc/zebradb/etc/words-icu.xml b/etc/zebradb/etc/words-icu.xml >index 2eb3e7be5f..32a90f72a3 100644 >--- a/etc/zebradb/etc/words-icu.xml >+++ b/etc/zebradb/etc/words-icu.xml >@@ -3,6 +3,8 @@ > <transliterate rule="{ Š> oe "/> > <transliterate rule="{ æ > ae "/> > <transliterate rule="{ à > ae "/> >+ <transliterate rule="{ ž > z "/> >+ <transliterate rule="{ Ž > z "/> > <transliterate rule="\'>\ "/> > <transliterate rule="\u2019>\ "/> > <transliterate rule="\u02BC>\ "/> >-- >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 26390
: 109669