Skip to content
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

locale attribute error [CORE5391] #5664

Closed
firebird-automations opened this issue Nov 6, 2016 · 3 comments
Closed

locale attribute error [CORE5391] #5664

firebird-automations opened this issue Nov 6, 2016 · 3 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: fausten (fausten)

When I create collation on linux, it is ok. the command like this: create collation py for utf8 from UNICODE case insensitive 'LOCALE=zh';

but i use the same command under Windows 2012, it prompts error:
-CREATE COLLATION PY failed
-Invalid collation attributes

when I changed the command to :create collation py for utf8 from UNICODE case insensitive 'locale=zh';, it succeeded, but the collation didn't work.

@firebird-automations
Copy link
Collaborator Author

Commented by: fausten (fausten)

The problem has been solved. because under linux the icu data include zh locale. but on windows there is no zh locale. After I recompiled the icu, the problem is solved.

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Won't Fix [ 2 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant