Yes, thats the place,
On other projects I have had problems with UTF-8 code in source files,
and IMHO avoiding raw unicode is safer in source code. ( ie replace
with \uxxxx) as it only take a misconfigured IDE or even JDK for it to
break.
Chico, could you rework please ?
Ian
On 7 Jan 2009, at 16:43, Vincent Siveton wrote:
Hi Ian,
I think you refer to SpiDatabaseBootstrap#bootstrapDatabase() for
maija field.
You need to be sure that this class will be save in UTF-8 by your
prefered IDE or just use unicode characters (safety IMHO).
Cheers,
Vincent
2009/1/7, Ian Boston <[email protected]>:
What is the policy on UTF-8 on constants.
Should it be allowed, should it be escaped ?
The patch on SHINDIG-782 has raw UTF8. IMHO... it should not, but I
wanted
to check.
Ian