Capitalizing each word breaks with a single quote ('). The letter after the quote will be capitalized like so: Men'S Health.

Should be a pretty easy fix. Thanks!

Comments

dawehner’s picture

This might not be that easy. Views uses a php function here: ucwords/mb_convert_case

If this has a bug, views cannot do something here.

dawehner’s picture

So i think this might be by design. Views cannot implement a full grammatic thing to support such edge cases.

esmerel’s picture

Issue tags: +special characters

adding tag

Letharion’s picture

Status: Active » Closed (works as designed)