Le 01/08/2018 à 13:16, Martin Grigorov a écrit :

> What about using the XML version of Java Properties ?
> https://docs.oracle.com/javase/7/docs/api/java/util/Properties.html#loadFromXML(java.io.InputStream)
> This way the encoding could be specified in the XML file itself and there
> is no need to use native2ascii at all.

I'm not really fond of XML properties files, the plain text format is
more compact and easier to browse in my opinion. XML files are
interesting when structured with different levels, but properties files
even in XML format have a flat layout.

Emmanuel Bourg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to