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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T14:11:20+00:00 2026-05-16T14:11:20+00:00

Is there any easy way to convert a URL that contains to two-byte characters

  • 0

Is there any easy way to convert a URL that contains to two-byte characters into an absolute path?

The reason I ask is I am trying to find resources like this:

URL url=getClass().getResources("/getresources/test.txt");
String path=url.toString();
File f=new File(path);

The program can’t find the file. I know the path contain ‘%20’ for all spaces which I could convert but my real problem is I’m using a japanese OS and when the program jar file is in a directory with japanese text (for example デスクトップ) I get the URL-encoding of the directory name,
like this:

%e3%83%87%e3%82%b9%e3%82%af%e3%83%88%e3%83%83%e3%83%97

I think I could get the UTF-8 byte codes and convert this into the proper characters to find the file, but I’m wondering if there is an easier way to do this. Any help would be greatly appreciated.

nt

  • 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-16T14:11:20+00:00Added an answer on May 16, 2026 at 2:11 pm
    URL url = getClass().getResource("/getresources/test.txt");
    File f = new File(url.toURI());
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any easy way to convert an Objective-C holding class of NSStrings into
Like the JSON converter, is there any easy way to convert an object into
Is there any easy way to tell perl now ignore everything that is printed?
Is there any easy way to calculate the number of lines changed between two
Is there any easy way to convert a System.Net.Mail.MailMessage object to the raw mail
Is there any easy way to convert bash output to HTML? For example, if
Is there any easy way to convert Tuple<int, string, Guid> to Tuple<int, string> ?
Is there any easy way to replace standard 2 radio buttons on License Wizard
Is there any easy way to automatically deploy a web service / java web
Is there any EASY way to sort an array in descending order like how

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.