Re: Camel Property - UTF 8 issues

2015-03-18 Thread Claus Ibsen
Hi Yeah that is a good idea Christian. I have logged a ticket https://issues.apache.org/jira/browse/CAMEL-8511 On Tue, Mar 17, 2015 at 10:22 PM, Christian Müller wrote: > We don't have a class DefaultPropertyPlaceholder in Camel... > > If you have fixed the issue, it would be good if you can rai

Re: Camel Property - UTF 8 issues

2015-03-17 Thread Christian Müller
We don't have a class DefaultPropertyPlaceholder in Camel... If you have fixed the issue, it would be good if you can raise a JIRA and apply your patch. I propose to add an "encoding" option to the PropertiesComponent. Than we can populate the Properties class in DefaultPropertiesResolver with a R

Re: Camel Property - UTF 8 issues

2015-03-17 Thread contactreji
Can we have a fix for this if its not available. Will be cool if next release can include InputStreamReader constructor modified to allow specify UTF-8 unicode characterset reading. Something like FileInputStream fis = new FileInputStream( ""); InputStreamReader