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

  • SEARCH
  • Home
  • 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 8729179
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:47:17+00:00 2026-06-13T08:47:17+00:00

I have a dictionary of NSData values where I am passing the different values

  • 0

I have a dictionary of NSData values where I am passing the different values into their variables that I later use to display in tableviewcells etc.

However I have some international characters that are not displaying correctly and I would like to encode the data I am passing to a NSString but I am not sure how to do it because of the circumstances.

This is what I am currently doing.

manString = [dict valueForKey:@"MAN"];

The dict contains all of the data that i am using. any help would be appreciated

  • 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-06-13T08:47:18+00:00Added an answer on June 13, 2026 at 8:47 am

    You can do this:

    NSString* string = [[NSString alloc] initWithData:[dict valueForKey:@"MAN"] 
                                             encoding:NSStringEncoding];
    

    Where encoding should be a value from NSStringEncoding enum, you can find it in NSString.h, just choose encoding you need, usually it is NSUTF8StringEncoding, but I guess not in your case.

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

Sidebar

Related Questions

i have an function in which i am calling values from dictionary that is
Have Dictionary <Int64, byte> that gets used a lot. I mean in a loop
I have a dictionary that has keys associated with lists. mydict = {'fruits': ['banana',
in my app I have no problem withs saving/retrieving string values(like myTextField.text ) into
I have dictionary entries that are read to a Dictionary <string,string> myDict=null; The entries
I have dictionary that is built as part of the initialization of my object.
Currently, I have a class that is parsing XML and sending the dictionary that
I have a method that creates a dictionary from NSJSONSerialization class. I then enumerate
I have a dictionary containing the necessary info that needs to be sent to
I have dictionary, like Dictionary<string, bool> accValues = new Dictionary<string, bool>() And I want

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.