Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Encoding for "application/x-www-form-urlencoded" content type
Qt 6.11 is out! See what's new in the release blog

Encoding for "application/x-www-form-urlencoded" content type

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 3.9k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vbartoni
    wrote on last edited by
    #1

    To my surprise I couldn't find any function in Qt 4.7 that would do the following work: convert a given buffer (QByteArray) from
    percent encoding into "html form" variation of percent encoding. I guess I should write that myself, or search for implementation in WebKit sources.
    Would someone know if Qt 4.7 already have such a feature laying hidden somewhere?
    Cheers, Vedran

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dangelog
      wrote on last edited by
      #2

      Because there isn't one in 4.7 :( but one is planned for 4.8:

      http://bugreports.qt.nokia.com/browse/QTBUG-6222

      Software Engineer
      KDAB (UK) Ltd., a KDAB Group company

      1 Reply Last reply
      0
      • V Offline
        V Offline
        vbartoni
        wrote on last edited by
        #3

        Thanks, I think I'll dig-out a solution from WebKit and wait for 4.7
        -Vedran

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved