Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT browser and URL's question, problem with languages
SWT browser and URL's question, problem with languages [message #443033] Thu, 16 September 2004 18:16 Go to next message
Eclipse UserFriend
Originally posted by: mjboyers.comcast.net

I'm using SWT 3.x, on RH linux Enterprise 3.0 WS and my question is
this. If I pass the following local file path to the browser control

/root/web/index.html

it gets converted to

file:///root/web/index.html

and the page is displayed.

Now If say I'm doing this on a German language linux machine and I have
a folder with german exended characters like

/root/äöß/index.html

I get the following error:

The file /root/6.787185E-31640.0000006%DF/index.html cannot be found.
Please check the location and try again.

however, if I just modify the string to be

file:///root/äöß/index.html

Then everything is fine and the page is loaded,

any ideas why this is going on?
Re: SWT browser and URL's question, problem with languages [message #443143 is a reply to message #443033] Mon, 20 September 2004 14:59 Go to previous message
Christophe Cornu is currently offline Christophe CornuFriend
Messages: 304
Registered: July 2009
Senior Member
Hi Arris,

I've opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=74301. Can you add
yourself to the CC list of this bug report?

Please see my question at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=74301#c1

Thank you
Chris
Previous Topic:FindReplace Dialog in SWT Text Widget Standalone App?
Next Topic:Separator label on Pocket PC
Goto Forum:
  


Current Time: Fri Apr 26 00:23:25 GMT 2024

Powered by FUDForum. Page generated in 0.03875 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top