Quantcast
Channel: FullCalendar/JSON event feed problem - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by ajtok7 for FullCalendar/JSON event feed problem

I wrapped the event title in html_entity_decode() before adding it to the json array:$title = html_entity_decode( $title, ENT_QUOTES, "UTF-8" );

View Article



Answer by Nemi for FullCalendar/JSON event feed problem

Try to set utf8 encoding everywhere and use needed symbols instead of html code. And save the php file, as UTF-8 without BOM, you can use notepad++ editor.You can first check output from database...

View Article

Answer by JamesArmes for FullCalendar/JSON event feed problem

I ran into a similar issue with ampersands (&) and html tags. It looks like the plugin converts everything to html entities. Because of this, html tags and entities actually show up. For example,...

View Article

FullCalendar/JSON event feed problem

I am using a php/MySQL driven event feed to JSON. I am also trying to use greek html entities (i.e. &Gamma-with the semicolon) in the title for the event. Because FullCalendar will not let me see...

View Article
Browsing latest articles
Browse All 4 View Live


Latest Images