mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 01:23:03 +01:00
Default collation of ICU charsets should be binary, and not UNICODE
This commit is contained in:
parent
e1fc1f61e3
commit
7047b61971
@ -333,7 +333,7 @@ bool LCICU_texttype_init(texttype* tt,
|
||||
|
||||
if (strcmp(name, charSetName) == 0)
|
||||
{
|
||||
return texttype_unicode_init(
|
||||
return texttype_default_init(
|
||||
tt, name, charSetName, attributes,
|
||||
specificAttributes, specificAttributesLength);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user