Subject | Re: upper , ä and utf8 |
---|---|
Author | max.muster666 |
Post date | 2008-04-29T12:21:53Z |
--- In firebird-support@yahoogroups.com, "max.muster666"
<max.muster666@...> wrote:
the utf_8_test table is set to utf8 collate utf8.
<max.muster666@...> wrote:
>sorry hex for 'ä' is c3a4
> I have following statement :
>
> update utf_8_test set text = 'toll' where upper(text) = upper('ä'
> collate utf8)
>
> 'ä' is utf8 coded : 'ä' and in hex : c384
>
> The question is now why i get this "Arithmetic owerflow or devision by
> zero has occured" message ?
>
> Regards ,
> max
>
the utf_8_test table is set to utf8 collate utf8.