Index: index.html =================================================================== RCS file: /home/cvspublic/jakarta-taglibs/i18n/doc/web/index.html,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 index.html --- index.html 31 Mar 2001 16:08:47 -0000 1.1.1.1 +++ index.html 9 Dec 2002 15:27:06 -0000 @@ -156,7 +156,11 @@ message tag. In the example below, text2 is mapped to "{0,date,short} {1,number,currency}" which automatically formats the date and currency according to the defaults for that locale, but a given locale could -override that if it wanted to be explicit.

+override that if it wanted to be explicit. Note that if you use arguments for +your message tags, java.util.MessageFormat puts some restrictions on the +characters you are allowed to use. The one that is most likely to affect you +is the requirement that single apostrophies should be escaped by another +apostrophe (so, you replace ' with '' in your resource bundle properties file).

Examples: