When I use:
Inflector::slug("My Lovely & long slug");
On my local server I get:
My_Lovely_long_slug
When I use it on my server I get:
Lo_l_lo_lu
What gives? This issue is also affecting all my cache names which I assume are using the Inflector class. Any help appreciated.