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)