vojtasvoboda / oc-twigextensions-plugin

Twig extensions plugin for OctoberCMS
MIT License
18 stars 26 forks source link

Uppercase for swedish? #2

Closed hambern closed 8 years ago

hambern commented 8 years ago

Hello there... I'm trying to get this working with swedish. When i write:'

'Välkommen' | uppercase

i get:

VäLKOMMEN

This should work:

mb_convert_case($string, MB_CASE_TITLE, "UTF-8");

vojtasvoboda commented 8 years ago

Thank you for testing! Problem solved. You can make an update in your application backend.