On Fri, Oct 15, 1999 at 03:57:50PM -0600, Yohans Mendoza wrote:
> hi all, I was under the impression that the escape character in java was
> \.
> is that correct?

It depends. If your talking about string literals your correct. If you need
to escape some characters in strings used for MessageFormat than the story
is different. In that case you need to escape "{" with single quotes and use
double single quotes to escape a single quote.


-- 
Paolo


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to