Single quote not accepted anymore in i18n properties file in 1.5 M2
357 views
Skip to first unread message
blissteria
unread,
May 4, 2008, 10:45:10 AM5/4/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hello,
I have upgraded my application in order to use GWT 1.5 M2 (i used M1)
and it appears that single quotes aren't allowed anymore in i18n
properties file. (In M1 there were ignored...)
Here's the message I get :
[ERROR] Unterminated single quote: passwords don't match
What should we do in order to be able to use single quote in i18n
properties file?
Thanks.
George Georgovassilis
unread,
May 4, 2008, 2:16:38 PM5/4/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Have not tried it yet,though in the contributors' list there is talk
about using quotes as escape sequences [1]. Try writing two single
quotes instead of one.
> Have not tried it yet,though in the contributors' list there is talk
> about using quotes as escape sequences [1]. Try writing two single
> quotes instead of one.
>