[TYPO3-english] RealURL 2.x: Transliteration?

Dmitry Dulepov dmitry.dulepov at gmail.com
Mon Apr 11 21:12:14 CEST 2016


Hi!

Urs Braem wrote:
> AFAIK, in RealURL 1.x, special characters were replaced using a
> dedicated transliteration table.
> Is that still the case for RealURL 2.x? Or does it require certain PHP
> extensions like http://php.net/manual/de/class.transliterator.php ?
>
> I'm asking because on a server I don't know so well (with TYPO3 7.6),
> the transliteration is not happening.
> ("fur" instead of "fuer" for "für").
>
> I've set:
>
> $GLOBALS[TYPO3_CONF_VARS][SYS][systemLocale] = de_CH.UTF-8
> config.locale_all = de_CH.UTF-8
> in php.ini / user.ini intl.default_locale = de_CH.UTF-8 # (?)

RealURL uses TYPO3 functions to convert non-ascii characters to ascii. 
Code is similar to RealURL 1.x:

https://github.com/dmitryd/typo3-realurl/blob/development/Classes/Utility.php#L70

-- 
Dmitry Dulepov

Today is a good day to have a good day.


More information about the TYPO3-english mailing list