This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Properties file encoding problemmielket Sep 1, 2009 6:25 AM (in response to vector_jdev.work)The Configuration Admin Service reads Java properties files using java.util.Properties. These files need to be in ISO 8859-1 format (see javadoc). So any other encodings are currently not supported. Edited by: tmielke on Sep 1, 2009 10:24 AM 
- 
        2. Re: Properties file encoding problemvector_jdev.work Sep 3, 2009 6:33 AM (in response to mielket)Thanks, that is helpfull! 
 
    