> Hi Kishore, thanks for the tip... I tried what you suggested but it didn't
> work... while googling for answers I read somewhere that including UNICODE
> codes was only possible in *.properties files, not in *.XML ... from my
> experience, that seems to be right...
You are right. You have to declare unicode characters using character
entities in xml.
For this example it would be
<global>
<constant>
<constant-name>name</constant-name>
<constant-value> ^[A-Z.Ñ\s]*$</constant-value>
</global>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]