-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
accent ignoring collation for unicode [CORE824] #1211
Comments
Commented by: Alice F. Bird (firebirds) Date: 2004-06-25 01:42 We solved this by filling a separate wordlist without accents which was A word list can be searched by index using START WITH "BJORK" |
Modified by: @pcisarWorkflow: jira [ 10848 ] => Firebird [ 15264 ] |
Commented by: @asfernandes We have now UNICODE_CI and UNICODE_CI_AI. |
Modified by: @asfernandesstatus: Open [ 1 ] => Resolved [ 5 ] resolution: Fixed [ 1 ] Fix Version: 2.5 Alpha 1 [ 10224 ] Development: Finished |
Modified by: @pmakowskistatus: Resolved [ 5 ] => Closed [ 6 ] |
Submitted by: seesink (seesink)
Is related to QA296
SFID: 853354#
Submitted By: seesink
Hello,
I am trying to do a query like
SELECT name FROM artist WHERE name LIKE '%BJORK%'
And trying to get BJ??RK as a result. Note the accent.
(And results like BJ??RK, BJORK etc. would also be valid)
If I am not mistaken I would need a collation for this,
but the closest thing I found is:
http://www.brookstonesystems.com
Which is nice, but not for linux and no unicode support.
Am I right that this would need a unicode NOACCENT
collation? If so this is my feature request.
Workarounds for the problem are highly aprecciated. Are
there other collations / charsets in firebird which do this?
Cheers,
Remco Seesink
P.S. NOCASE would be nice too, but workaround with
UPPER works fine.
Commits: 840ff6f a4097d0 9ffe4b1
The text was updated successfully, but these errors were encountered: