[TYPO3-mvc] findBy[Property] ignores 'ö, ü, ä, etc'

Adrien Crivelli adrien.crivelli at gmail.com
Thu Apr 25 04:11:00 CEST 2013


This is a very wild guess, but could it be collation related ? If you are
not familiar with that, maybe have a look at:
https://dev.mysql.com/doc/refman/5.5/en/charset-general.html


On 25 April 2013 01:39, Stanislaw Gutsch <stasmymaillists at gmail.com> wrote:

> Hello everyone,
>
> first off all I´d like to mention that I'am rather new to Extbase and Typo
> 3. While I'am getting used to it day by day I still sometimes run into
> problems where I just can't think off an solution. One of these problems is
> that I have "umlauts" in an $repository->findBy[property]($operand) and the
> findBy simply ignores entries with "umlauts".
>
> The "umlauts" are stored in a array like this:
> $names = array ( 0 => München
>                           1 => Lübek
>                           2 => Bonn
>                           3 => ......
>                          );
>
> The repository method call looks like this:
> $repository->findByName($names);
>
> Thx in advance!
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
>


More information about the TYPO3-project-typo3v4mvc mailing list