Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] configuring encoding

Em 14/10/2011 04:16, Sievers, Jan escreveu:
http://software.2206966.n2.nabble.com/maven-osgi-compiler-plugin-file-encoding-tp6035146p6035208.html

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Aaron Digulla
Sent: Donnerstag, 13. Oktober 2011 21:36
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] configuring encoding

Am 13.10.2011 20:12, schrieb Luiz Eduardo:

<properties>
         <tycho-version>0.13.0</tycho-version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>

didn't worked
Replace "UTF-8" with the encoding that you use in your project. In
Eclipse, open the "Properties" dialog, select "Resource" and then you
should see "Encoding" on the right.

Regards,

i tried too
didn't worked...
i decide to change special characters (like ã and ç) by '\ua030' by example
thanks a lot


Back to the top