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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T09:17:50+00:00 2026-05-24T09:17:50+00:00

I have an environment where strings are percent encoded by Actionscript escape() function and

  • 0

I have an environment where strings are percent encoded by Actionscript escape() function and then passed to Java for decoding.

I have for example a test string "m é".
It is passed to Actionscript escape() that outputs "m%20%E9"
When I try to decode it with Java:

URLDecoder.decode("m%20%E9", "UTF-8")

The result is:

"m ?"

%E9 seems the unicode point for “é” character, but it is not quite understood by Java decode.
Is there a way to decode in Java the strings encoded by Actionscript escape()?
What escape format do these function use since they seem to be different?

Thanks in advance for any help,
Paolo

  • 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-24T09:17:50+00:00Added an answer on May 24, 2026 at 9:17 am

    m%20%E9 is not UTF-8. That’s easy to see because any character outside of the ASCII range (i.e. 0-127) would need at least 2 bytes in UTF-8. Since %20 is space, that leaves only %E9 for é.

    And é is in fact U+00E9. The encoding maps 1:1 to Unicode in the lower 255 characters is ISO-8859-1.

    So the correct way to decode this would be this:

    URLDecoder.decode("m%20%E9", "ISO-8859-1")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string that has some Environment.Newline in it. I'd like to strip
I have a test environment for a database that I want to reload with
I just got PHP's mail function to work properly in my test environment. I
I have a web service that returns a base64 encoded string of a PDF
I have an environment where multiple sites hosted on the same server will use
I'm curious about the various versions of .net. We have an environment where we've
In our environment we have a Lib folder which contains various third party assemblies
I have a ClickOnce environment like this: \\Fileserver\ClickOnceApps\App1.application C:\Documents and Settings\user\Start Menu\Programs\publisher\app1.appref-ms My understanding
In my project environment I have 2 projects. MyApp & MyModule MyApp loads MyModule.
I've always wondered about this ... and thankfully, now have a good environment of

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.