FullCalendar/JSON event feed problem
Posted
by n4rc1ssus
on Stack Overflow
See other posts from Stack Overflow
or by n4rc1ssus
Published on 2010-03-04T03:28:09Z
Indexed on
2010/04/18
19:53 UTC
Read the original article
Hit count: 1071
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 all the processies in firebug I can't see exactly what is going on but it will not render the Γ, etc. I have tried all the combinations I can think of in the php json_encode, the actual MySQL db field result. QTip which fullCalendar recommended on their site actually renders it correctly in the tip rendering. I am at a loss because this is something I really wish to use in the app if at all possible. Any help would be greatly appreciated.
Slight Update
I finally found that the JSON is being manipulated to make the & itself into &';' no matter what I do; so any relevant info on this could come in handy also. Thx
© Stack Overflow or respective owner