Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 685511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T01:55:48+00:00 2026-05-14T01:55:48+00:00

I am usin the nsxmlparser and am wondering how I can parse ISO-8859-1 correctly

  • 0

I am usin the nsxmlparser and am wondering how I can parse ISO-8859-1 correctly into an NSString.

Currently, I am getting results w/ Â for two-byte characters.

The XML I’m using (not created by me) starts with <?xml version="1.0" encoding="ISO-8859-1"?>

Here are the basic calls I’m using (omitted the NSThread calls).

NSString *xmlFilePath = [[NSBundle mainBundle] pathForResource:sampleFileName ofType:@"xml"];

NSString *xmlFileContents = [NSString stringWithContentsOfFile:xmlFilePath encoding:NSUTF8StringEncoding error:nil];

NSData *data = [xmlFileContents dataUsingEncoding:NSUTF8StringEncoding];

NSXMLParser *parser = [[NSXMLParser alloc] initWithData:data];

[parser setDelegate:self];

[parser parse];
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T01:55:48+00:00Added an answer on May 14, 2026 at 1:55 am

    The XML specification recommends an explicit character encoding declaration in the document prolog. Your input document likely has one; that will tell you the encoding that the parser must use to interpret the character input.

    In the absence of an explicit declaration, the same section says to treat the input as UTF-8 or UTF-16 (and the document is in error if it turns out not to be encoded as either of those).

    So, if your XML parser is either ignoring the explicit encoding declaration, or using the wrong encoding if there’s no explicit declaration, your parser is Doing It Wrong™ and needs to be fixed to conform to the XML specification.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am usin compactframework c# vs 2005. How can we loop a Datagrid in
I am usin location service for getting latitude and longitude of my location.While running
I'm trying to download a folder using wget on the Terminal (I'm usin a
i configured log4j for basic purpose usin the conversion pattern :- log4j.appender.rollingFile.layout.ConversionPattern=%p %t %c
I can't understand general scheme using certificates. For example: I have account on the
In the following example, GetFilteredCustomers() works fine so I can send various letters which
I am usin the HyperLinkField in my asp.net application. However when I use the
When I access a page using a web browser, I can see more information
I to start learn wxPython is usin YouTube, I watched 14 tutorials, and could
I'm getting an error with NHibernate when I try to perfrom a ISession.Delete on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.