> what is your original encoding? why not use UTF-8 directly when editing 
> files?
> 
We want to go from native to UTF-8. We can't develop in UTF-8 directly due
to various bugs we've run into with Eclipse (everyone uses it but me) and
some of our other tools. Before we were using some ant task. I'd like to
keep with pure maven, though.


Manos Batsis wrote:
> 
> daniel.green wrote:
>> Upon the packaging of my war, I want to convert all .properties files to
>> utf8. Can I do this with straight maven or will I need to run an ant task
>> OR
>> write my own plugin?
> 
> what is your original encoding? why not use UTF-8 directly when editing 
> files?
> 
> We usually want exactly the opposite, i.e. write our .property files 
> using UTF-8 and in our native language, then use native2ascii executable 
> from the JDK (think there is a maven plugin for that and an ant task is 
> certainly available) to convert the files in ascii to ensure proper 
> interpretation of prop values.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Converting-.properties-to-UTF8-tp24574361p24574695.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to