8
0
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:
asfernandes 2006-09-08 16:19:45 +00:00
parent e1fc1f61e3
commit 7047b61971

View File

@ -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);
}