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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T21:16:14+00:00 2026-05-12T21:16:14+00:00

I am looking for a good way to do a URI Escape in C++

  • 0

I am looking for a good way to do a URI Escape in C++ that would be reasonable for a cross platform project.

I would like a function that would take a string like this:

L"jiayou加油"

And return:

L"jiayou%E5%8A%A0%E6%B2%B9"

I looked at using some thing like this, with minor modifacations to use wchar_t. However that would require converting from utf-16 to utf-8 before the printf call. This has lead me down character encoding hell.

This and all the other approaches I have looked into just feel like the wrong way. Is there a good way to URI Escape a wstring in C++?

  • 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-12T21:16:14+00:00Added an answer on May 12, 2026 at 9:16 pm

    No matter what you do you’re in some sort of character encoding hell (that’s just the way it is with character encodings).

    From http://labs.apache.org/webarch/uri/rfc/rfc3986.html#characters:

    The URI syntax provides a method of encoding data, presumably for the sake of identifying a resource, as a sequence of characters. The URI characters are, in turn, frequently encoded as octets for transport or presentation. This specification does not mandate any particular character encoding for mapping between URI characters and the octets used to store or transmit those characters. When a URI appears in a protocol element, the character encoding is defined by that protocol; without such a definition, a URI is assumed to be in the same character encoding as the surrounding text.

    So, at some point you need to convert your URI to to the encoding that’s appropriate to whatever you’re sending the URI to. If that’s UTF8 then you might as well do that conversion before you perform percent-encoding so you can use the library routine you’ve already found. If it’s not UTF8 then you need to know what the recipient of the URI is expecting (again, that’s the way it is with charset encodings – you have to know what the other guy is expecting, or be able to tell him) so you can percent-encode the characters in the character set encoding it’s expecting.

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

Sidebar

Related Questions

I am looking for a good way to convert string like: [apples, oranges, [strawberries,
I am looking for a good way to log changes that occur on a
I'm looking for a good way to get autocomplete and click-for-reference (whatever that's called)
I think that looking at others' code is a good way to learn. I'm
I'm looking for a good way to convert an XmlDocument to Dictionary<string, string> using
I'm looking for a good way to resolve the field name conflict that occurs
I'm looking for a good way to check a number that a user has
I'm looking for a good way to take a set of objects and convert
I'm looking for a good way to do something like this: typedef struct user
I'm looking for a good way to get the local application data folder for

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.