I have parsed an 2 different xml files, but when i parse the french version it has squares and weird symbols! What can i do to make it legible?
I have parsed an 2 different xml files, but when i parse the french
Share
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.
It appears that your program can’t handle some of the accented characters used in French (ç, é, â, etc). However, in my experience the phones can handle these characters fine. It’s possible that in the process of parsing some of the information was confused/lost. I’d look into either parsing differently (possibly with a different encoding option) or trying to figure out a better way to display these characters on the screen…