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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T18:30:48+00:00 2026-05-16T18:30:48+00:00

I have a UTF-8 string (created an std::string from a byte array) I understand

  • 0

I have a UTF-8 string (created an std::string from a byte array)
I understand that the encoding means that the size()/length() won’t give me the actual number of glyphs if the text is chinese for instance…
I understand that in order to get the unicode character code of each glyph I need to convert it to wstring (or any UTF>8 representation) and then I can get the value that will represent what I want.

I’ve looked around and haven’t found any simple way to do it with std c++.
What am I missing?

I’m compiling gcc 4+ on Apple’s iPhone using cocoa-touch framework.

  • 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-16T18:30:49+00:00Added an answer on May 16, 2026 at 6:30 pm

    To get the number of utf8 ‘characters/code points’ in a std::string you could do this : Traverse the string, if the char is between 0 and 127, it’s a one byte character, between 194 and 223 it’s a 2 bytes character (so advance in consequence), between 224 and 239 it’s a 3 bytes character (so advance in consequence), between 240 and 244 it’s a 4 bytes character (so advance in consequence).

    Since wchar_t on the Iphone is, I guess, 32bits, if you really want a wstring you could use UTF8CPP to convert to UTF32. UTF8CPP could also give you the code points of your string.

    But I don’t understand why you’re using C++ for the Iphone ? Look here : Objective-C Tuesdays: wide character strings

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

Sidebar

Related Questions

I have a String created from a byte[] array, using UTF-8 encoding. However, it
I have an XML document that has been created using utf-8 encoding. I want
I have created a function which gets an encoded string (possibly UTF-16 not sure)
C# question here.. I have a UTF-8 string that is being interpreted by a
I have some problem to get the utf-8 string from PHP using jQuery $.load()
I have model: # encoding: utf-8 class Tag include Mongoid::Document field :name, type: String
I have string that displays UTF-8 encoded characters, and I want to convert it
Suppose I have this code: String encoding = UTF-16; String text = [Hello StackOverflow];
I want to read UTF-8 strings from a server that I have control of,
I have a string \\u003c, which belongs to UTF-8 charset. I am unable to

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.