Subject Re: [firebird-support] Re: udf won't do what it should
Author Helen Borrie
At 02:47 PM 26/06/2006, DS wrote:

> UNICODE_FSS is not widestring.

True

>It is close to utf-8

True

>and is sequence of one-byte characters.

Typo. UNICODE_FSS is non-variable three-byte characters, i.e. even
the equivalents of the low-byte ASCII characters are 3 bytes.

>Change your procedure to accept PChar and use MBCS-aware routines
>instaed of Widechar routines.

Good advice. (MBCS = "Multi-byte character set")

./heLen