They have to be doubled, two apostrophes

L''ajout de votre donnée a été accepté

On 18 ago, 06:40, Christophe <[email protected]> wrote:
> Hi Everyone,
>
> I have an issue with a special character not coming back as it should.
> Here is what I have:
>
> Labels.properties
> ----------------------
>
> text = L'ajout de votre donnée a été accepté
>
> Labels.java
> ----------------
>
>   /**
>    * Translated "L'ajout de votre donnée a été accepté".
>    *
>    * @return translated "L'ajout de votre donnée a été accepté"
>    */
>   @DefaultMessage("L'ajout de votre donnée a été accepté")
>   @Key("text")
>   String text();
>
> In debug mode, if I look at the output of labels.text(), I have the
> following: "Lajout de votre donnée a été accepté"
>
> The only missing character is '. Any idea why ? Should I escape it or
> something ? For information, all my files are in UTF-8, I am doing
> these test in hosted mode with the latest versions of the appengine,
> plugins, etc...
>
> Thx in advance for your help !
>
> Christophe

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to