[Dspace-devel] [DuraSpace JIRA] Created: (DS-916) The Decompose Diacritics class doesn't work.

2011-06-06 Thread Kevin Van de Velde (DuraSpace JIRA)
The Decompose Diacritics class doesn't work.


 Key: DS-916
 URL: https://jira.duraspace.org/browse/DS-916
 Project: DSpace
  Issue Type: Bug
  Components: DSpace API
Reporter: Kevin Van de Velde
Priority: Major
 Attachments: Decompose_Diacritics_bugfix.patch

The Decompose Diacritics class which should remove the diacritics from the 
indexed browse values doesn't work (Simply put it does remove the diacritics). 
I have attached a patch that will resolve this issue.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.duraspace.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] Commented: (DS-916) The Decompose Diacritics class doesn't work.

2011-06-06 Thread Graham Triggs (DuraSpace JIRA)

[ 
https://jira.duraspace.org/browse/DS-916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=20559#action_20559
 ] 

Graham Triggs commented on DS-916:
--

This is not a bug. It is by design that this class does not strip diacritics. 
It decomposes them into base and combining character.

Note that there is no mention of 'Strip' in the class name or description.

If you wish to remove diacritics from the index, then chain the StripDiacritics 
class after DecomposeDiacritics (the StripDiacritics class does exactly what 
you patch does - strips the diacritic modifiers from a string, and effectively 
depends on DecomposeDiacritics being used first).

 The Decompose Diacritics class doesn't work.
 

 Key: DS-916
 URL: https://jira.duraspace.org/browse/DS-916
 Project: DSpace
  Issue Type: Bug
  Components: DSpace API
Reporter: Kevin Van de Velde
Priority: Major
 Attachments: Decompose_Diacritics_bugfix.patch


 The Decompose Diacritics class which should remove the diacritics from the 
 indexed browse values doesn't work (Simply put it does remove the 
 diacritics). 
 I have attached a patch that will resolve this issue.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.duraspace.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel