eclipse not handling international chars [message #46546] |
Fri, 23 May 2003 18:06 |
Eclipse User |
|
|
|
Originally posted by: emerson.tre-sc.gov.br
Hi, i've been here with this problem, but i still didn't solve it.
Eclipse look like not handling the enconding (ISO-8859-1) right. I've put
the enconding at workbench->editors->text file encoding.but it looks like
using the defalut, event when running ant inside elcipse it doens't take
it in account, so I have to put enconding in every task, as javac,
replace, copy, or ir loose my portuguese char.
Other problem very strange is when i copy and paste these chars Eg:
conexões , after copy and paste turn in conex\x{00F5}es
any clue?
Thanks in advance
Emerson
|
|
|
Re: eclipse not handling international chars [message #46772 is a reply to message #46546] |
Fri, 23 May 2003 19:04 |
Eclipse User |
|
|
|
Originally posted by: Olivier_Thomann.ca.ibm.comNOSPAM
On Fri, 23 May 2003 18:06:30 +0000 (UTC), emerson@tre-sc.gov.br
(Emerson) wrote:
>Eclipse look like not handling the enconding (ISO-8859-1) right. I've put
>the enconding at workbench->editors->text file encoding.but it looks like
>using the defalut, event when running ant inside elcipse it doens't take
>it in account, so I have to put enconding in every task, as javac,
>replace, copy, or ir loose my portuguese char.
In the javac task you need to add: encoding="ISO-8859-1". Look at the
javac task documentation.
http://ant.apache.org/manual/index.html
--
Olivier
|
|
|
Re: eclipse not handling international chars [message #47035 is a reply to message #46772] |
Fri, 23 May 2003 20:53 |
Eclipse User |
|
|
|
Originally posted by: emerson.tre-sc.gov.br
thanks olivier, but I already do that, I think that there must be a way to
ant using the default econding, and make the default use the ISO-8859-1.
And what about the copy and paste problem i told before?
exceção -> exce\x{00E7}\x{00E3}o
Olivier Thomann wrote:
> On Fri, 23 May 2003 18:06:30 +0000 (UTC), emerson@tre-sc.gov.br
> (Emerson) wrote:
> >Eclipse look like not handling the enconding (ISO-8859-1) right. I've put
> >the enconding at workbench->editors->text file encoding.but it looks like
> >using the defalut, event when running ant inside elcipse it doens't take
> >it in account, so I have to put enconding in every task, as javac,
> >replace, copy, or ir loose my portuguese char.
> In the javac task you need to add: encoding="ISO-8859-1". Look at the
> javac task documentation.
> http://ant.apache.org/manual/index.html
> --
> Olivier
|
|
|
|
Powered by
FUDForum. Page generated in 0.09324 seconds