I'm using the class Str::truncate($post->title, 80, '...', true); the result is "Le MEDEF vient de publier un guide sur et la biodiversité pratiques &agra;... " my text is cut in a html caracter (à => à in html), does someone know how I can fix that?
thank you
The 'is_html' option deals with HTML tags in the text, it doesn't support HTML entitities.
Please create an issue for this on http://github.com/fuel/core/issues so it can be looked at.