Subject Re: [firebird-support] Re: f_GenerateSndxIndex fails on accented characters
Author Adriano dos Santos Fernandes
Dan Cooperstock escreveu:
> The UDF declaration is:
>
> declare external function f_GenerateSndxIndex
> cstring(256)
> returns
> cstring(6) /* free_it */
> entry_point 'GenerateSndxIndex' module_name 'FreeUDFLib';
>
> The character set (declared in the ODBC DSN) is UTF8.
>
Are you passing the string parameter encoded in UTF8? And what is the
database charset?


Adriano