Thursday 20 December 2007 7:27:28 am
Hi,
I just change the charset of one site DB to UTF-8 and I have a small problem with the string manipulation. i.e in calender view, I use:
{$event.object.data_map.date.content.timestamp|datetime(custom,"%M")|extract_left( 3 )}
The asked language is french and for "August" the translation is "Août". The extract_left operator seems to cut the string at the wrong place because it print out "Ao?" Is there a missing setting? Best regards. Laurent
|