Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QUrl::toPercentEncoding on Android

QUrl::toPercentEncoding on Android

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 508 Views
  • 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.
  • M Offline
    M Offline
    MaxL
    wrote on last edited by
    #1

    Hi all,

    I have an issue when trying to percentEncode a QString on android.
    For example if we take the string "test x".
    On OS X I get "test x" but on Android the ouput is garbage..I get "test b888bbb8"
    This is when it is inside my code.
    However if I run a simple QCoreApplication with this same QString there is no issue.

    What could possibly mess up with the encoding in my project ?

    I did commented out the whole thing and just ran the test in the Main.cpp within my project and I don't have the issue..

    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