Richard Liang wrote: <snip> > Do we have any mandatory requirement about Harmony source file encoding? > or only US-ASCII is allowed. If yes, we shall document this requirement. > Any comments?
In this case the Eclipse compiler running on the build machine failed to parse a particular source file encoding. We could fix it using the "-encoding <name>" argument, but it would be good for all our source files to be generally readable by simple text editors, etc. I would think the safest option is to use ASCII (and escape other characters). Regards, Tim -- Tim Ellison ([EMAIL PROTECTED]) IBM Java technology centre, UK.
