Re: svn commit: r740156 - /maven/doxia/doxia/trunk/doxia-book/src/main/resources/book-renderer_fr.properties

View: New views
2 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: svn commit: r740156 - /maven/doxia/doxia/trunk/doxia-book/src/main/resources/book-renderer_fr.properties

by Benjamin Bentmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Vincent,

> Author: vsiveton
> Date: Mon Feb  2 23:43:09 2009
> New Revision: 740156
>
> URL: http://svn.apache.org/viewvc?rev=740156&view=rev
> Log:
> o fixed to UTF-8
>
> Modified:
>     maven/doxia/doxia/trunk/doxia-book/src/main/resources/book-renderer_fr.properties
>
> Modified: maven/doxia/doxia/trunk/doxia-book/src/main/resources/book-renderer_fr.properties
> URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-book/src/main/resources/book-renderer_fr.properties?rev=740156&r1=740155&r2=740156&view=diff
> ==============================================================================
> --- maven/doxia/doxia/trunk/doxia-book/src/main/resources/book-renderer_fr.properties (original)
> +++ maven/doxia/doxia/trunk/doxia-book/src/main/resources/book-renderer_fr.properties Mon Feb  2 23:43:09 2009
> @@ -15,7 +15,7 @@
>  # specific language governing permissions and limitations
>  # under the License.
>  
> -toc=Table des matières
> -previous=Précédent
> +toc=Table des matières
> +previous=Précédent
>  up=Haut
>  next=Suivant

I didn't have a closer look at the code that reads these properties but
assuming it's Properties.load(InputStream) [0], this should be
ISO-8859-1 or maybe only ASCII (cf. MSITE-287), shouldn't it?


Benjamin


[0]
http://java.sun.com/javase/6/docs/api/java/util/Properties.html#load(java.io.InputStream)

Re: svn commit: r740156 - /maven/doxia/doxia/trunk/doxia-book/src/main/resources/book-renderer_fr.properties

by Vincent Siveton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Benjamin,

2009/2/3 Benjamin Bentmann <benjamin.bentmann@...>:
> I didn't have a closer look at the code that reads these properties but
> assuming it's Properties.load(InputStream) [0], this should be ISO-8859-1 or
> maybe only ASCII (cf. MSITE-287), shouldn't it?

You right.
Initially, the code used the plateform encoding, I started to fix it
in r740164 using Reader/WriterFactory classes. This commit could be
revert now.

Cheers,

Vincent