PHP special ASCII decoding
Posted: Wed Mar 24, 2010 10:21 am
I am making a dynamic pdf using FPDF and mssql database. When students register they can use a rich text box that allows things such as &rsqou; and β. I use html_entity_decode that catches most of the characters, but things like a Greek beta and right and left single and double quotes are not caught. Right now I handle them all by hand doing a replace on all non handled characters. Is there any way to decode all ASCII characters?