On Wed, Aug 1, 2018 at 2:56 PM Emmanuel Bourg <ebo...@apache.org> wrote:

> 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.
>

I hope the following changes your mind:

1) Bulgarian translations in XML format:
https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/Application_bg.properties.xml
2) Czech translation in ascii format:
https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/Application_cs.properties

I can easily read 1) (bulgarian, is my native lang).
I know some Czech but the \u0xyz makes it really hard / imposible to read
it as is.


>
> 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