Bug 10431

Summary: Spanish Zebra language definition file
Product: Koha Reporter: Pablo AB <pablo.bianchi>
Component: I18N/L10NAssignee: Tomás Cohen Arazi <tomascohen>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P5 - low CC: chris, f.demians, gmcharlt, katrin.fischer, kyle, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: Sponsored Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 10447    
Attachments: Spanish Zebra language definition file
Bug 10431 - Spanish Zebra character sorting file
Bug 10431 - Spanish Zebra character sorting file
Bug 10431 - Spanish Zebra character sorting file
Bug 10431 - Redundant mappings removed
Signed off patch
Signed off patch
Bug 10431 - Spanish Zebra character sorting file
Bug 10431 - Redundant mappings removed

Description Pablo AB 2013-06-07 14:54:29 UTC Comment hidden (obsolete)
Comment 1 Tomás Cohen Arazi 2013-06-11 14:04:40 UTC Comment hidden (obsolete)
Comment 2 Tomás Cohen Arazi 2013-06-11 14:20:03 UTC
I thought of adding a followup for enabling 'ru' and 'uk' too, which already had their language definitions in place. I chose to fill a new bug for that, which depends on this one. Its bug 10447.

Regards
To+
Comment 3 Galen Charlton 2013-06-17 20:59:55 UTC
Marking failed QA - when I applied the patch with git-bz, the character map file was in the ISO-8859-1 character encoding; it needs to use UTF-8.
Comment 4 Tomás Cohen Arazi 2013-06-18 20:51:35 UTC Comment hidden (obsolete)
Comment 5 Galen Charlton 2013-06-18 23:38:13 UTC Comment hidden (obsolete)
Comment 6 Tomás Cohen Arazi 2013-06-24 17:49:59 UTC Comment hidden (obsolete)
Comment 7 Tomás Cohen Arazi 2013-06-24 17:54:09 UTC
There were some chars I overlooked that ended up being redundant mappings. zerbaidx warns about them when run in verbose mode from rebuild_zebra.pl.

Several chars were mapped into their "parent" ascii char, but also set an order in the lowercase and uppercase definitions.
Comment 8 Chris Cormack 2013-06-25 08:08:59 UTC Comment hidden (obsolete)
Comment 9 Chris Cormack 2013-06-25 08:09:26 UTC Comment hidden (obsolete)
Comment 10 Kyle M Hall 2013-07-05 13:20:32 UTC
Created attachment 19409 [details] [review]
Bug 10431 - Spanish Zebra character sorting file
Comment 11 Kyle M Hall 2013-07-05 13:21:03 UTC
Created attachment 19410 [details] [review]
Bug 10431 - Redundant mappings removed
Comment 12 Galen Charlton 2013-07-05 13:58:42 UTC
Pushed to master.  Thanks, Tomás!
Comment 13 Tomás Cohen Arazi 2013-07-07 00:14:35 UTC
This patch has been pushed to 3.12.x, will be in 3.12.2.

Thanks Pablo for reporting!