Bugzilla – Attachment 37488 Details for
Bug 13800
Diacritics not mapped
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13800 - Diacritics not mapped
0001-PASSED-QA-Bug-13800-Diacritics-not-mapped.patch (text/plain), 1.30 KB, created by
Kyle M Hall (khall)
on 2015-04-03 17:58:14 UTC
(
hide
)
Description:
Bug 13800 - Diacritics not mapped
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-04-03 17:58:14 UTC
Size:
1.30 KB
patch
obsolete
>From 5b6b9958263332009215f2c7fb271ddfe45e3dcc Mon Sep 17 00:00:00 2001 >From: Nick Clemens <Nick@quechelibrary.org> >Date: Fri, 6 Mar 2015 19:35:38 +0000 >Subject: [PATCH] [PASSED QA] Bug 13800 - Diacritics not mapped >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch adds a mapping for the lower case ð character to word-phrase-utf.chr ( à was already mapped to d) > >To test: >1. Add a record with the ð character (Arnaldur Indriðason is an example author) >2. Rebuild zebra >3. Search for your record using d instead of ð and verify it is not found >4. Apply patch and copy word-phrase-utf.chr to the appropriate folder >5. Restart and rebuild zebra >6. Search for your record using d instead of ð and verify it is found > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >works as expected > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > etc/zebradb/etc/word-phrase-utf.chr | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/etc/zebradb/etc/word-phrase-utf.chr b/etc/zebradb/etc/word-phrase-utf.chr >index 18aa446..2e872a7 100644 >--- a/etc/zebradb/etc/word-phrase-utf.chr >+++ b/etc/zebradb/etc/word-phrase-utf.chr >@@ -227,6 +227,7 @@ map Ḡd > map Ḡd > map Ä d > map Ä d >+map ð d > # S > map Å s > map Å s >-- >1.7.2.5 >
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 13800
:
36724
|
37387
| 37488