Subject | Re: [firebird-support] Re: Firebird and Unicode queries |
---|---|
Author | Helen Borrie |
Post date | 2005-02-10T07:29:26Z |
At 02:19 AM 10/02/2005 +0000, you wrote:
mapping throws at the client. The client's lc_ctype setting will take care
of the UNICODE_FSS conversion if it and the database are set up for it. If
not, i.e. the database column is fss_unicode but the client and database
are not, you face extra work (introducers or casting) to pass the locale
strings in such a way that the engine is able to do that bridge work.
./heLen
>But what encoding form does UNICODE_FSS use, or rather what encodingDon't pass unicode at all. Pass characters - whatever the user's keyboard
>should I pass to DSQL API functions, UTF-8? That can take up to 6 bytes!
mapping throws at the client. The client's lc_ctype setting will take care
of the UNICODE_FSS conversion if it and the database are set up for it. If
not, i.e. the database column is fss_unicode but the client and database
are not, you face extra work (introducers or casting) to pass the locale
strings in such a way that the engine is able to do that bridge work.
./heLen