Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT Browser encoding
SWT Browser encoding [message #896743] Thu, 19 July 2012 10:41 Go to next message
Eclipse UserFriend
Hello,

After complete downloading page in SWT Browser.
I make a
String html = browser.getText();
to compare with a string who contains an accentuate character : é.

but when i make :
html.lastIndexOf("my string whith é");


It return -1;

(I use mozilla 1.9.8.2 if that help because i don't know if mozilla config or problem with java encoding).

[Updated on: Thu, 19 July 2012 10:47] by Moderator

Re: SWT Browser encoding [message #896750 is a reply to message #896743] Thu, 19 July 2012 11:16 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

does the html page really contains the string "my string whith é"?
Are you really looking for the whole string or just for the "é" character?
Re: SWT Browser encoding [message #896755 is a reply to message #896743] Thu, 19 July 2012 11:33 Go to previous messageGo to next message
Eclipse UserFriend
Just for the é and all accentuate è, ê, ä...

And the problem is not xulrunner sdk i have try with a browser without xulrunner.

URL : datacet.openlfyers.fr for testing problem.

[Updated on: Thu, 19 July 2012 11:35] by Moderator

Re: SWT Browser encoding [message #896763 is a reply to message #896755] Thu, 19 July 2012 12:12 Go to previous messageGo to next message
Eclipse UserFriend
Then you should call
html.lastIndexOf("é")
doesn't you?
Re: SWT Browser encoding [message #896765 is a reply to message #896755] Thu, 19 July 2012 12:13 Go to previous messageGo to next message
Eclipse UserFriend
Then you should call html.lastIndexOf("é") doesn't you?
Re: SWT Browser encoding [message #897325 is a reply to message #896765] Mon, 23 July 2012 11:21 Go to previous message
Eclipse UserFriend
My problem is a invisible character who is not a space bar.

My problem is solved, thanks four your help.
Previous Topic:Table cell, controls as content
Next Topic: mandatory text box
Goto Forum:
  


Current Time: Mon Jul 14 12:53:26 EDT 2025

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

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

Back to the top