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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T10:48:40+00:00 2026-06-01T10:48:40+00:00

via server API’s i’m getting contact information using member of structure: char displayName[USERNAME_MAX_SIZE]; One

  • 0

via server API’s i’m getting contact information using member of structure:

char displayName[USERNAME_MAX_SIZE];

One of those names is a European name with special characters: “Per Spånt”

the structure of the displayName is as follows:

enter image description here

When I import ‘displayName’ into a QString via the “fromUtf8” function, I am getting the following QString:
enter image description here

How can I get the correct string into my QString without converting the special character into two weird characters?

  • 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-01T10:48:42+00:00Added an answer on June 1, 2026 at 10:48 am

    FWIW, this is what works and doesn’t work for me using Qt 4.7.4.

    #include <iostream>
    #include <string>
    
    #include <QDebug>
    #include <QString>
    
    int main()
    {
        char name[7] = "Sp__nt";
        name[2]=-61;
        name[3]=-91;
    
        std::cout << name << std::endl;                           // works
    
        qDebug() << QString::fromUtf8( name );                    // does not work
        qDebug() << QString::fromAscii( name );                   // works
        qDebug() << QString::fromLatin1( name );                  // works
        qDebug() << QString::fromStdString( name );               // works
    
        return 0;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using our custom Drupal module to display tabular information pulled via another server's view
I'm using Java for accessing Alfresco content server via it's web service API for
im want to send notification from my server side (c#) via urbanairship api is
I'm using the Team Foundation Server API to try to connect to a remote
I am connected to the Flash Media Server Administration API via RTMPE on port
I'm using org.apache.commons.net.ftp.FTPClient to communicate with an ftp server via an android app I'm
How do I reference a MS Exchange Server 2007 API via a ASP.NET Web
I am using the DMO API via .NET to provide an alternative interface to
We're using the google custom search API (paid-for server-side API) to power our search
I have a large .NET remoting project using the 2.0 framework. The server's API

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.