Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Java WorkFlow Tooling (JWT) » Problems displaying cerain characters using servlets
Problems displaying cerain characters using servlets [message #23145] Wed, 20 September 2006 13:12 Go to next message
Eclipse UserFriend
Originally posted by: anthony.dearg.net

Hello everyone,
I have recently moved development to a new PC. I up graded from Eclipse
3.1 to Eclipse 3.2. Since then I am having problems with displaying the
bulletpoint · character and the double quote " character in HTML using
servlets. I can create an ordinary(New-> File) html file and print these
characters without a problem but when I try to use a servlet to do this I
only get the question mark character printed to screen instead of the
characters that should be printed. Everyhing used to work fine with
Eclipse 3.1. Besides reverting to this version of eclipse is their
anything I can do in Eclipse to solve this problem. I dont want to depend
on Java methods like
String old1="·";
String new1="<BR>";
Description=Description.replaceAll(old1,new1);
//Description is a String that I want to display on the web page

as I dont know what characters I will come accross in the future that will
cause similar problems. Has anyone come accross something like this before
or can anyone offer a potential solution.
Thanks,
Anthony.
Update To:Problems displaying cerain characters using servlets [message #23184 is a reply to message #23145] Thu, 21 September 2006 14:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: anthony.dearg.net

Hello All.
Just to remove one from possible solutions.
In Project->Properties->Info the settings for the Text file encoding are
inherited form the container (Cp152) on both my old machine Eclipse 3.1
and and on my new machine Eclipse 3.2. Still my new achine is having
problems displaying certain characters
Best regards,
Anthony.
Re: Update To:Problems displaying cerain characters using servlets [message #23298 is a reply to message #23184] Tue, 24 October 2006 15:14 Go to previous message
Marc Dutoo is currently offline Marc DutooFriend
Messages: 71
Registered: July 2009
Member
Hello

I don't think this is pertaining to JWT.

Marc

Anthony wrote:
> Hello All.
> Just to remove one from possible solutions.
> In Project->Properties->Info the settings for the Text file encoding are
> inherited form the container (Cp152) on both my old machine Eclipse 3.1
> and and on my new machine Eclipse 3.2. Still my new achine is having
> problems displaying certain characters
> Best regards,
> Anthony.
>
Previous Topic:How to join JWT group
Next Topic:New JWT proposal draft Wiki
Goto Forum:
  


Current Time: Tue Mar 19 07:11:30 GMT 2024

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

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

Back to the top