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 6815305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:47:28+00:00 2026-05-26T20:47:28+00:00

I download an html page and I try to encode it from NSData to

  • 0

I download an html page and I try to encode it from NSData to NSString with this:

    NSString *string = [[NSString alloc] initWithData:receivedData encoding:NSISOLatin1StringEncoding];

I found that it gives a text with strange chars.
I found that the page is look ok in the browser in

WINDOWS-1255
ISO-8858-8

Does it exist an encoding in objective-c that support it ?

  • 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-26T20:47:29+00:00Added an answer on May 26, 2026 at 8:47 pm

    NSString does not support Windows Hebrew character encoding.
    CFString fortunately does support Windows Hebrew character encoding.

    Use CFStringConvertEncodingToNSStringEncoding() to convert the CFStringEncoding to NSStringEncoding, for example:

      NSString *string = [[NSString alloc] initWithData:receivedData encoding:CFStringConvertEncodingToNSStringEncoding (kCFStringEncodingWindowsHebrew)];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a site, from which you can download an HTML file. This HTML
I'm building a Java application which will download a HTML page from a website
If I use wget to download this page: wget http://www.aqr.com/ResearchDetails.htm -O page.html and then
I know how to download an html/txt page. For example : //Variables DWORD dwSize
I'm trying to download an html file with curl in bash. Like this site:
I'm trying to use Qt to download the html code from the following url:
I'm trying to use the WebClient class to download a html file from another
I downloaded these zip files from the link http://netbeans.org/downloads/zip.html with the hope that this
I'm trying to download an HTML page, and parse it using XMLHttpRequest(on the most
I wrote a Java program to download a HTML page. But CPU usage is

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.