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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T13:33:56+00:00 2026-06-01T13:33:56+00:00

I am having trouble using a NSString with unicode characters like ‘ç’ and ‘ñ’.

  • 0

I am having trouble using a NSString with unicode characters like ‘ç’ and ‘ñ’. An example as simple as this:

NSString *alphabet = @"abçd";
NSLog(@"alphabet is %@", alphabet);

outputs this on the console:

alphabet is abçd

How can I ensure that NSString is handling these unicode characters? I tried several different approaches by searching online and on the NSString class reference but none seem to work.

Thanks in advance.

  • 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-01T13:33:57+00:00Added an answer on June 1, 2026 at 1:33 pm

    you can be sure that NSString handled them correctly by outputting to a file, and reading from that…

    I would guess with ~100% certainty that the problem isn’t with NSString but the text encoding expected by the console, or the text encoding of your source file… probably the former.

    in Xcode’s debugger i get the expected output:

    alphabet is abçd
    

    your Test:

    NSString *alphabet = @"abçd";       
    [alphabet writeToFile:[@"~/Desktop/charTest.txt" stringByExpandingTildeInPath] atomically:NO encoding:NSUTF8StringEncoding error:nil];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am having trouble using EnumSet on the client side. I get this runtime
I'm having trouble using delayed deltas with thinking_sphinx. This is the model: Event has_many
hey, I'm currently using the iPhone SDK and I'm having trouble passing an NSString
I'm having trouble synching a simple textfile, I get this error when trying to
I'm having trouble using jQuery with child page parent.html loads child.html like so: ie
Anybody having trouble using AVFoundation with GC ON??? What I am experiencing is that
I've been having trouble using cucumber and webrat to test authlogic-openid authentication in a
I'm having trouble using os.utime to correctly set the modification time on the mac
I'm having trouble using newly installed gems - I think there must be something
I'm having trouble using std::auto_ptr . I try to compile the following on Ubuntu

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.