Is there any way to convert unicode Symbol font in a html stream to its equivalent utf8 entity ?
ie. 0xf067 ( as unicode Symbol html entity) to greek small letter gamma (U+03B3 aka γ in standard utf8)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Finally I managed to do it using the Symbol to unicode map at
http://www.stat.auckland.ac.nz/~paul/R/CM/AdobeSym.html
then converting from unicode to utf8 with iconv (as unicode <> utf8)