Subject Re: UTF-8 (various)
Author Roman Rokytskyy
> Fascinating. So, this query would return both these results:
>
> select name from sports where name = 'Fußball'
>
> Fußball
> Fussball

FWIW, DB2 handles 'ß' differently as 'ss'. Same applies to 'ä' vs 'ae'
and so on. I am not sure that we want to go so deep in the i18n.

Roman